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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
824321 824321 286072 286072 38539 1 0.121430255967327
824322 824322 286072 286072 60483 3 0.213038533442516
824323 824323 286072 286072 99491 5 0.364290767901981
824324 824324 286072 286072 176003 1 0.0910726919754952
824325 824325 286072 286072 308261 2 0.18214538395099
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 645.19ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website