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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
8881 8881 2694 2694 14945 3 0.324794514526067
8882 8882 2694 2694 116279 9 0.409215445741778
8883 8883 2694 2694 140588 1 0.136405148580593
8884 8884 2694 2694 297450 1 0.102303861435444
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 751.817ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website