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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
16151 16151 4844 4844 61353 10 0.361326998089659
16152 16152 4844 4844 62329 1 0.168071842607984
16153 16153 4844 4844 146582 1 0.252107763911977
16154 16154 4844 4844 225581 1 0.100843105564791
16155 16155 4844 4844 285906 1 0.0840359213039922
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 1687.013ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website