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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
725357 725357 256282 256282 72288 3 0.246636832498861
725358 725358 256282 256282 99568 5 0.391511567362797
725359 725359 256282 256282 151024 1 0.130503855787599
725360 725360 256282 256282 223154 1 0.195755783681398
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 544.037ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website