home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 266945

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
760754 760754 266945 266945 8835 5 0.315035799522673
760755 760755 266945 266945 75699 1 0.157517899761337
760756 760756 266945 266945 138336 1 0.0787589498806683
760757 760757 266945 266945 201276 1 0.105011933174224
760758 760758 266945 266945 263373 2 0.315035799522673
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 681.022ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website