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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
673299 673299 240805 240805 3183 8 0.344262295081967
673300 673300 240805 240805 54597 1 0.172131147540984
673301 673301 240805 240805 120346 3 0.344262295081967
673302 673302 240805 240805 266296 1 0.114754098360656
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 931.812ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website