consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 1769
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 874201 | 874201 | 302052 302052 | 1769 | 1 | 0.0704225352112676 |
| 874229 | 874229 | 302066 302066 | 1769 | 2 | 0.141766630316249 |
| 874244 | 874244 | 302073 302073 | 1769 | 4 | 0.217017271700919 |
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)
);