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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
168677 168677 60166 60166 36354 2 0.295806105700569
168678 168678 60166 60166 45459 1 0.104583251628628
168679 168679 60166 60166 106797 5 0.418333006514514
168680 168680 60166 60166 230526 1 0.139444335504838
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 707.615ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website