consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 163208
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 108937 | 108937 | 38169 38169 | 163208 | 1 | 0.0633985280163736 |
| 226569 | 226569 | 77988 77988 | 163208 | 1 | 0.0644678052956615 |
| 757150 | 757150 | 265944 265944 | 163208 | 1 | 0.0633985280163736 |
| 757158 | 757158 | 265945 265945 | 163208 | 1 | 0.0642602238629048 |
| 952828 | 952828 | 341901 341901 | 163208 | 1 | 0.0633985280163736 |
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)
);