consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 222184
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 303693 | 303693 | 102707 102707 | 222184 | 1 | 0.08439687612211 |
| 591351 | 591351 | 230704 230704 | 222184 | 1 | 0.08439687612211 |
| 677736 | 677736 | 242141 242141 | 222184 | 1 | 0.0548296526789187 |
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)
);