consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 90623
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 78059 | 78059 | 28177 28177 | 90623 | 8 | 0.9 |
| 736208 | 736208 | 259654 259654 | 90623 | 12 | 0.636363636363636 |
| 876113 | 876113 | 303172 303172 | 90623 | 4 | 0.833333333333333 |
| 1763721 | 1763721 | 542155 542155 | 90623 | 8 | 0.9 |
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)
);