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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
859357 859357 297281 297281 2171 2 0.0980392156862745
859358 859358 297281 297281 76108 2 0.147058823529412
859359 859359 297281 297281 91263 6 0.294117647058824
859360 859360 297281 297281 115151 2 0.294117647058824
859361 859361 297281 297281 141016 1 0.0735294117647059
859362 859362 297281 297281 182029 1 0.0735294117647059
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 1352.378ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website