consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 192129
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 248434 | 248434 | 84536 84536 | 192129 | 1 | 0.0366730930384443 |
| 535574 | 535574 | 212552 212552 | 192129 | 1 | 0.0325115419503089 |
| 732224 | 732224 | 258211 258211 | 192129 | 1 | 0.0367684353186993 |
| 878205 | 878205 | 304659 304659 | 192129 | 2 | 0.630993034743972 |
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)
);