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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
112824 112824 39409 39409 3821 2 0.353449904309428
112825 112825 39409 39409 133728 4 0.225834379055014
112826 112826 39409 39409 206636 4 0.268563850384444
112827 112827 39409 39409 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 673.599ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website