consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 170732
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 313805 | 313805 | 105871 105871 | 170732 | 1 | 0.186669369717163 |
| 467995 | 467995 | 169127 169127 | 170732 | 1 | 0.186669369717163 |
| 579010 | 579010 | 226746 226746 | 170732 | 1 | 0.186669369717163 |
| 767051 | 767051 | 268556 268556 | 170732 | 1 | 0.186669369717163 |
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)
);