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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
797602 797602 278266 278266 39034 2 0.240671467579742
797603 797603 278266 278266 101582 5 0.30189443493026
797604 797604 278266 278266 279989 1 0.134539440438235
797605 797605 278266 278266 332626 1 0.26907888087647
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 1258.12ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website