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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1748653 1748653 535613 535613 19333 3 0.246636832498861
1748654 1748654 535613 535613 114917 5 0.391511567362797
1748655 1748655 535613 535613 128509 1 0.130503855787599
1748656 1748656 535613 535613 238816 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 1918.224ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website