consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 275844
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 275415 | 275415 | 93390 93390 | 275844 | 6 | 0.470402780098181 |
| 561852 | 561852 | 220927 220927 | 275844 | 6 | 0.470402780098181 |
| 889214 | 889214 | 310410 310410 | 275844 | 2 | 0.0939949561366972 |
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)
);