consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 341178
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 951038 | 951038 | 341178 341178 | 17810 | 1 | 0.336 |
| 951039 | 951039 | 341178 341178 | 33975 | 1 | 0.168 |
| 951040 | 951040 | 341178 341178 | 109850 | 3 | 0.336 |
| 951041 | 951041 | 341178 341178 | 139342 | 1 | 0.112 |
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)
);