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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
184463 184463 65855 65855 91490 3 0.138221230622159
184464 184464 65855 65855 91491 2 0.100544301149957
184465 184465 65855 65855 143035 3 0.348295676006464
184466 184466 65855 65855 154704 1 0.174147838003232
184467 184467 65855 65855 246018 2 0.142191114305595
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 1113.031ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website