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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
696429 696429 248277 248277 29949 2 0.237852063016177
696430 696430 248277 248277 68281 1 0.205985928914547
696431 696431 248277 248277 130586 5 0.411971857829093
696432 696432 248277 248277 199806 1 0.102992964457273
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 840.499ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website