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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
184488 184488 65864 65864 22465 7 0.550836861020694
184489 184489 65864 65864 55037 1 0.091806143503449
184490 184490 65864 65864 213777 3 0.177275713988322
184491 184491 65864 65864 262110 1 0.137709215255174
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 1710.207ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website