consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 169824
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 189544 | 189544 | 67531 67531 | 169824 | 1 | 0.0326066343769401 |
| 859621 | 859621 | 297339 297339 | 169824 | 1 | 0.0326066343769401 |
| 859644 | 859644 | 297341 297341 | 169824 | 1 | 0.068439315655591 |
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)
);