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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
61301 61301 19627 19627 42550 7 0.383833161178803
61302 61302 19627 19627 83259 3 0.336359304650992
61303 61303 19627 19627 210234 1 0.141262056085929
61304 61304 19627 19627 231848 1 0.105946542064447
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 1727.8ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website