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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
333667 333667 112472 112472 25764 2 0.317059333968683
333668 333668 112472 112472 264441 3 0.21983666384529
333669 333669 112472 112472 272379 4 0.158529666984342
333670 333670 112472 112472 288796 3 0.21983666384529
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 1157.323ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website