consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 122824
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 43158 | 43158 | 13111 13111 | 122824 | 7 | 0.123206428145795 |
| 668508 | 668508 | 239513 239513 | 122824 | 5 | 0.0853573749613337 |
| 676318 | 676318 | 241706 241706 | 122824 | 4 | 0.0259193034020813 |
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)
);