home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 36512

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
103599 103599 36512 36512 98491 2 0.33630795802236
103600 103600 36512 36512 129295 4 0.199969908256113
103601 103601 36512 36512 246881 1 0.16815397901118
103602 103602 36512 36512 321475 2 0.194167490094823
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 615.397ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website