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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
119736 119736 41675 41675 9114 9 0.324794514526067
119737 119737 41675 41675 117786 1 0.409215445741778
119738 119738 41675 41675 282605 3 0.136405148580593
119739 119739 41675 41675 297887 1 0.102303861435444
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 1252.047ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website