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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
504152 504152 201699 201699 51973 1 0.0982398180222166
504153 504153 201699 201699 63441 3 0.392959272088867
504154 504154 201699 201699 138212 5 0.342090915669398
504155 504155 201699 201699 276359 1 0.130986424029622
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 1208.969ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website