consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 232115
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 146260 | 146260 | 52202 52202 | 232115 | 1 | 0.0492279974647224 |
| 683988 | 683988 | 244072 244072 | 232115 | 1 | 0.0468802621164438 |
| 722143 | 722143 | 255233 255233 | 232115 | 1 | 0.032918937877246 |
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)
);