consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 184220
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 182701 | 182701 | 65185 65185 | 184220 | 1 | 0.0520804024626635 |
| 244523 | 244523 | 83221 83221 | 184220 | 1 | 0.0530438078978321 |
| 440736 | 440736 | 158011 158011 | 184220 | 1 | 0.0530438078978321 |
| 917215 | 917215 | 325105 325105 | 184220 | 1 | 0.0550515596374676 |
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)
);