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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
491726 491726 185010 185010 24583 1 0.259157457912358
491727 491727 185010 185010 112623 2 0.183251995884896
491728 491728 185010 185010 113869 1 0.259157457912358
491729 491729 185010 185010 229362 2 0.183251995884896
491730 491730 185010 185010 230131 2 0.0863858193041194
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 1586.932ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website