consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 261932
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 12347 | 12347 | 3780 3780 | 261932 | 1 | 0.173228346456693 |
| 27601 | 27601 | 8008 8008 | 261932 | 1 | 0.173228346456693 |
| 232614 | 232614 | 79558 79558 | 261932 | 1 | 0.171428571428571 |
| 796990 | 796990 | 278097 278097 | 261932 | 1 | 0.173228346456693 |
| 796993 | 796993 | 278098 278098 | 261932 | 1 | 0.168674698795181 |
| 874750 | 874750 | 302362 302362 | 261932 | 1 | 0.168674698795181 |
| 1622951 | 1622951 | 490067 490067 | 261932 | 1 | 0.173228346456693 |
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)
);