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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
873961 873961 301937 301937 8112 2 0.189075630252101
873962 873962 301937 301937 66029 1 0.189075630252101
873963 873963 301937 301937 124003 3 0.378151260504202
873964 873964 301937 301937 139636 1 0.0756302521008403
873965 873965 301937 301937 274528 1 0.126050420168067
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 1139.528ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website