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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
194263 194263 68985 68985 3111 15 0.419117647058824
194264 194264 68985 68985 182807 1 0.209558823529412
194265 194265 68985 68985 196708 1 0.209558823529412
194266 194266 68985 68985 232956 1 0.139705882352941
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 1026.268ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website