home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 239850

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
669672 669672 239850 239850 615 10 0.504575593936323
669673 669673 239850 239850 135312 1 0.144901288681577
669674 669674 239850 239850 141973 1 0.193201718242102
669675 669675 239850 239850 175772 1 0.115921030945261
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 910.845ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website