home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

5 rows where inventory_id = 201051

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
502678 502678 201051 201051 10531 1 0.0873916988860685
502679 502679 201051 201051 20602 1 0.174783397772137
502680 502680 201051 201051 92586 1 0.349566795544274
502681 502681 201051 201051 224980 1 0.116522265181425
502682 502682 201051 201051 296959 1 0.0699133591088548
CREATE TABLE [consensus_index] (
        [inventory_id] integer,
        [inchi_id] text,
        [consensus_score] text,
        [consensus_count] integer,
        FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
        FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);
Powered by Datasette · Queries took 1831.397ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website