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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
49391 49391 15167 15167 3821 2 0.353449904309428
49392 49392 15167 15167 133728 4 0.225834379055014
49393 49393 15167 15167 206636 4 0.268563850384444
49394 49394 15167 15167 232782 2 0.124963412073466
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 1303.012ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website