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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
466849 466849 168620 168620 166 2 0.322434833637512
466850 466850 168620 168620 119013 3 0.255916697053689
466851 466851 168620 168620 204208 4 0.227995857355841
466852 466852 168620 168620 224842 3 0.107478277879171
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 826.434ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website