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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
304386 304386 102937 102937 5798 1 0.114898013839104
304387 304387 102937 102937 73643 1 0.0861735103793283
304388 304388 102937 102937 122185 4 0.344694041517313
304389 304389 102937 102937 133088 4 0.243735494191489
304390 304390 102937 102937 255664 1 0.114898013839104
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 1305.452ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website