consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 211262
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 320170 | 320170 | 107908 107908 | 211262 | 2 | 0.0489208350472999 |
| 868476 | 868476 | 299589 299589 | 211262 | 1 | 0.143983412508072 |
| 1747752 | 1747752 | 535318 535318 | 211262 | 1 | 0.136058728168667 |
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)
);