consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 277894
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 29573 | 29573 | 8560 8560 | 277894 | 3 | 0.0893049801542705 |
| 100568 | 100568 | 35544 35544 | 277894 | 3 | 0.0893049801542705 |
| 239813 | 239813 | 81528 81528 | 277894 | 3 | 0.0892350754468859 |
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)
);