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 = 294365

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
850878 850878 294365 294365 44909 1 0.139444335504838
850879 850879 294365 294365 77143 1 0.104583251628628
850880 850880 294365 294365 80366 2 0.295806105700569
850881 850881 294365 294365 111717 5 0.418333006514514
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 809.439ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website