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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
20488 20488 6011 6011 6604 1 0.0787589498806683
20489 20489 6011 6011 68199 5 0.315035799522673
20490 20490 6011 6011 125529 2 0.315035799522673
20491 20491 6011 6011 132475 1 0.157517899761337
20492 20492 6011 6011 158710 1 0.105011933174224
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 1653.066ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website