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