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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
350620 350620 118483 118483 38119 2 0.33171102691706
350621 350621 118483 118483 112529 6 0.295520928673425
350622 350622 118483 118483 121719 2 0.234555116527407
350623 350623 118483 118483 155059 1 0.110570342305687
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 675.483ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website