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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
760540 760540 266878 266878 8094 1 0.124473931582994
760541 760541 266878 266878 97845 1 0.186710897374491
760542 760542 266878 266878 138346 1 0.373421794748982
760543 760543 266878 266878 169400 1 0.0933554486872455
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 1064.766ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website