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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
466401 466401 168458 168458 8859 1 0.0722466680793176
466402 466402 168458 168458 9265 3 0.229368873820612
466403 466403 168458 168458 100017 5 0.28898667231727
466404 466404 168458 168458 114690 1 0.28898667231727
466405 466405 168458 168458 220129 1 0.0963288907724235
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 498.63ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website