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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
211400 211400 74059 74059 53054 2 0.134591922301087
211401 211401 74059 74059 55067 6 0.329681533137983
211402 211402 74059 74059 85181 1 0.0659363066275966
211403 211403 74059 74059 123907 2 0.329681533137983
211404 211404 74059 74059 174081 2 0.116560023856923
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 1642.638ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website