home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 277266

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
794453 794453 277266 277266 18751 1 0.0678733031674208
794454 794454 277266 277266 35585 4 0.271493212669683
794455 794455 277266 277266 73275 1 0.0904977375565611
794456 794456 277266 277266 139238 1 0.271493212669683
794457 794457 277266 277266 210194 1 0.135746606334842
794458 794458 277266 277266 251480 1 0.135746606334842
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 1359.13ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website