home / zeropm-v0-0-4

consensus_index

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

5 rows where inchi_id = 100014

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
156465 156465 56278 56278 100014 1 0.375
308902 308902 104367 104367 100014 1 0.378378378378378
466237 466237 168397 168397 100014 1 0.378378378378378
882684 882684 306937 306937 100014 1 0.375
1745133 1745133 534525 534525 100014 2 0.382978723404255
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 781.934ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website