consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 9547
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 18498 | 18498 | 5415 5415 | 9547 | 3 | 0.303537306658443 |
| 227453 | 227453 | 78220 78220 | 9547 | 3 | 0.255925117635237 |
| 1620445 | 1620445 | 489332 489332 | 9547 | 3 | 0.303537306658443 |
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)
);