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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
725034 725034 256185 256185 71426 12 0.392597622187788
725035 725035 256185 256185 244419 1 0.196298811093894
725036 725036 256185 256185 261987 1 0.130865874062596
725037 725037 256185 256185 264279 2 0.160277308098342
725038 725038 256185 256185 310370 1 0.098149405546947
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 684.527ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website