consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 302063
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 874225 | 874225 | 302063 302063 | 103058 | 3 | 0.356957540654947 |
| 874226 | 874226 | 302063 302063 | 106599 | 2 | 0.188878258514548 |
| 874227 | 874227 | 302063 302063 | 216361 | 4 | 0.283317387771822 |
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)
);