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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
737354 737354 260003 260003 21 9 0.443823833642027
737355 737355 260003 260003 83832 1 0.159785417959197
737356 737356 260003 260003 149846 1 0.239678126938795
737357 737357 260003 260003 178967 1 0.119839063469398
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 923.587ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website