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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1657892 1657892 502374 502374 3821 2 0.353449904309428
1657893 1657893 502374 502374 133728 4 0.225834379055014
1657894 1657894 502374 502374 206636 4 0.268563850384444
1657895 1657895 502374 502374 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 1072.288ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website