consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 238085
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 237283 | 237283 | 80791 80791 | 238085 | 2 | 0.1024269208045 |
| 806818 | 806818 | 280991 280991 | 238085 | 1 | 0.119575830332073 |
| 806828 | 806828 | 280992 280992 | 238085 | 2 | 0.1024269208045 |
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)
);