home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

7 rows where inventory_id = 15672

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
50477 50477 15672 15672 9309 5 0.383124384639084
50478 50478 15672 15672 139143 2 0.095781096159771
50479 50479 15672 15672 170668 1 0.095781096159771
50480 50480 15672 15672 183169 1 0.063854064106514
50481 50481 15672 15672 190629 1 0.0766248769278168
50482 50482 15672 15672 201555 1 0.0547320549484406
50483 50483 15672 15672 249868 1 0.127708128213028
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 738.297ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website