consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 334242
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 210716 | 210716 | 73976 73976 | 334242 | 1 | 0.0155728514157724 |
| 714134 | 714134 | 252841 252841 | 334242 | 1 | 0.0153631669817558 |
| 869072 | 869072 | 299773 299773 | 334242 | 1 | 0.0159647039014919 |
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)
);