consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 205422
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 151418 | 151418 | 54273 54273 | 205422 | 1 | 0.0841121495327103 |
| 516317 | 516317 | 206854 206854 | 205422 | 1 | 0.0836653386454183 |
| 738635 | 738635 | 260331 260331 | 205422 | 1 | 0.0836653386454183 |
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)
);