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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
859347 859347 297279 297279 2171 1 0.105011933174224
859348 859348 297279 297279 76108 1 0.157517899761337
859349 859349 297279 297279 91263 5 0.315035799522673
859350 859350 297279 297279 115151 2 0.315035799522673
859351 859351 297279 297279 141016 1 0.0787589498806683
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 1112.307ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website