home / zeropm-v0-0-4

consensus_index

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

3 rows where inchi_id = 198622

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
223591 223591 77180 77180 198622 1 0.0862685446262654
398129 398129 138008 138008 198622 4 0.656703184093677
956064 956064 343345 343345 198622 1 0.100406254270414
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 487.172ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website