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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
722490 722490 255362 255362 66326 8 0.390132062423418
722491 722491 255362 255362 187336 4 0.252969345044133
722492 722492 255362 255362 211973 3 0.141814010277794
722493 722493 255362 255362 227071 1 0.0850884061666765
722494 722494 255362 255362 232638 1 0.106360507708346
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 503.408ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website