home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 15866

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
51133 51133 15866 15866 1822 1 0.0574437488838854
51134 51134 15866 15866 10590 3 0.217123765211047
51135 51135 15866 15866 102553 6 0.344662493303313
51136 51136 15866 15866 218805 1 0.0689324986606625
51137 51137 15866 15866 290884 1 0.114887497767771
51138 51138 15866 15866 332567 1 0.172331246651656
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 546.95ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website