home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 200345

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
502078 502078 200345 200345 46154 2 0.290961000558526
502079 502079 200345 200345 92888 1 0.290961000558526
502080 502080 200345 200345 152802 1 0.0727402501396315
502081 502081 200345 200345 270214 1 0.145480500279263
502082 502082 200345 200345 317964 1 0.0969870001861753
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 1449.071ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website