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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
115910 115910 40440 40440 61854 2 0.289066672866751
115911 115911 40440 40440 146416 3 0.229432370298814
115912 115912 40440 40440 150497 3 0.229432370298814
115913 115913 40440 40440 165632 1 0.0963555576222502
115914 115914 40440 40440 250000 1 0.0722666682166877
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 1099.975ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website