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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
266802 266802 90430 90430 12676 4 0.291391804752399
266803 266803 90430 90430 26834 4 0.245030324050603
266804 266804 90430 90430 129963 1 0.291391804752399
266805 266805 90430 90430 254194 1 0.145695902376199
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 1839.52ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website