home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 110471

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
327720 327720 110471 110471 21337 1 0.330156502566885
327721 327721 110471 110471 33362 4 0.330156502566885
327722 327722 110471 110471 123330 4 0.177388125227198
327723 327723 110471 110471 203751 2 0.134785827758459
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 1884.188ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website