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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
580470 580470 227123 227123 10744 2 0.170597405461682
580471 580471 227123 227123 132955 5 0.381467395397415
580472 580472 227123 227123 216060 1 0.127155798465805
580473 580473 227123 227123 221293 1 0.0953668488493536
580474 580474 227123 227123 276660 1 0.190733697698707
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 829.196ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website