consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 104637
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 332111 | 332111 | 111940 111940 | 104637 | 3 | 0.129629431097683 |
| 474813 | 474813 | 172708 172708 | 104637 | 3 | 0.129629431097683 |
| 570564 | 570564 | 223689 223689 | 104637 | 3 | 0.126624326407883 |
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)
);