home / zeropm-v0-0-4

consensus_index

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

7 rows where inventory_id = 41123

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
117814 117814 41123 41123 24991 3 0.103017405461936
117815 117815 41123 41123 39323 2 0.297153617523323
117816 117816 41123 41123 155019 3 0.206034810923873
117817 117817 41123 41123 229946 2 0.0664455688542124
117818 117818 41123 41123 242725 1 0.0495256029205539
117819 117819 41123 41123 246837 1 0.0990512058411078
117820 117820 41123 41123 259390 5 0.110600073238588
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 512.829ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website