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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1266274 1266274 416845 416845 1221 2 0.367567381072846
1266275 1266275 416845 416845 8256 2 0.150058754953269
1266276 1266276 416845 416845 21377 1 0.183783690536423
1266277 1266277 416845 416845 139459 1 0.0918918452682116
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 1009.069ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website