home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 262353

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
745694 745694 262353 262353 3227 2 0.271801982686327
745695 745695 262353 262353 111101 3 0.384386050194901
745696 745696 262353 262353 199504 1 0.0768772100389802
745697 745697 262353 262353 260934 1 0.1281286833983
745698 745698 262353 262353 331432 1 0.0960965125487252
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 1014.299ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website