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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
895500 895500 314434 314434 2677 1 0.096848578051436
895501 895501 314434 314434 2845 4 0.27392914515378
895502 895502 314434 314434 171844 1 0.0774788624411488
895503 895503 314434 314434 186440 2 0.387394312205744
895504 895504 314434 314434 186441 2 0.129131437401915
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 724.308ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website