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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
68428 68428 22866 22866 14866 3 0.210323297435901
68429 68429 22866 22866 97913 3 0.382182794923134
68430 68430 22866 22866 118642 1 0.191091397461567
68431 68431 22866 22866 292766 1 0.0955456987307836
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 2802.691ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website