home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

8 rows where inventory_id = 255671

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
723326 723326 255671 255671 56302 1 0.122184954480115
723327 723327 255671 255671 67859 6 0.24436990896023
723328 723328 255671 255671 67860 1 0.0610924772400575
723329 723329 255671 255671 90216 2 0.0814566363200767
723330 723330 255671 255671 92814 2 0.24436990896023
723331 723331 255671 255671 148403 1 0.122184954480115
723332 723332 255671 255671 183343 1 0.0610924772400575
723333 723333 255671 255671 196142 2 0.048873981792046
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 881.412ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website