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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
127741 127741 45656 45656 14458 20 0.432577458246378
127742 127742 45656 45656 55046 2 0.171861044179685
127743 127743 45656 45656 75462 2 0.145249092710547
127744 127744 45656 45656 219606 1 0.0905787234437716
127745 127745 45656 45656 227042 2 0.140323954967382
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 2162.758ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website