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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
462421 462421 166112 166112 986 1 0.139444335504838
462422 462422 166112 166112 1097 2 0.295806105700569
462423 462423 166112 166112 117387 5 0.418333006514514
462424 462424 166112 166112 296717 1 0.104583251628628
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 1891.48ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website