home / zeropm-v0-0-4

consensus_index

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

7 rows where inventory_id = 266823

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
760349 760349 266823 266823 192351 1 0.164338458748715
760350 760350 266823 266823 201303 2 0.32867691749743
760351 760351 266823 266823 213438 1 0.065735383499486
760352 760352 266823 266823 215238 1 0.0821692293743575
760353 760353 266823 266823 223498 1 0.109558972499143
760354 760354 266823 266823 226038 1 0.0469538453567757
760355 760355 266823 266823 270524 1 0.0547794862495717
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.574ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website