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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
699457 699457 249266 249266 34622 12 0.365085356792731
699458 699458 249266 249266 37470 2 0.183337185288914
699459 699459 249266 249266 147094 1 0.112270638708983
699460 699460 249266 249266 176834 1 0.224541277417967
699461 699461 249266 249266 219818 1 0.0898165109671866
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 1072.936ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website