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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
193496 193496 68791 68791 49664 5 0.261976173055737
193497 193497 68791 68791 60357 2 0.152042336682556
193498 193498 68791 68791 123728 12 0.38355556764948
193499 193499 68791 68791 248213 3 0.108159673869042
193500 193500 68791 68791 296553 2 0.0760211683412782
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 2187.134ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website