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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
529008 529008 210084 210084 1923 1 0.17873150710345
529009 529009 210084 210084 116848 4 0.357463014206901
529010 529010 210084 210084 120403 1 0.119154338068967
529011 529011 210084 210084 205465 1 0.17873150710345
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 857.806ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website