consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 232101
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 570231 | 570231 | 223570 223570 | 232101 | 1 | 0.0221758007939953 |
| 693400 | 693400 | 247350 247350 | 232101 | 1 | 0.021890693382019 |
| 765383 | 765383 | 268138 268138 | 232101 | 1 | 0.0111049075209521 |
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)
);