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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
115262 115262 40210 40210 4012 1 0.176510118469795
115263 115263 40210 40210 24682 4 0.209907088754253
115264 115264 40210 40210 120743 6 0.353020236939589
115265 115265 40210 40210 166193 1 0.117673412313196
115266 115266 40210 40210 203152 1 0.117673412313196
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 1661.468ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website