home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

8 rows where inventory_id = 260266

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
738380 738380 260266 260266 44 8 0.350995653838013
738381 738381 260266 260266 33583 2 0.175497826919007
738382 738382 260266 260266 34204 2 0.0784850141788782
738383 738383 260266 260266 60668 1 0.0501422362625733
738384 738384 260266 260266 76380 2 0.0640827457311182
738385 738385 260266 260266 184917 2 0.116998551279338
738386 738386 260266 260266 228227 1 0.0877489134595033
738387 738387 260266 260266 244083 1 0.0584992756396689
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 2547.124ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website