consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 255604
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 247540 | 247540 | 84246 84246 | 255604 | 2 | 0.016119057306539 |
| 537152 | 537152 | 213174 213174 | 255604 | 2 | 0.0149290666138614 |
| 1727926 | 1727926 | 529164 529164 | 255604 | 1 | 0.0287501921041664 |
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)
);