consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 93557
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 223589 | 223589 | 77180 77180 | 93557 | 6 | 0.258805633878796 |
| 303171 | 303171 | 102605 102605 | 93557 | 2 | 0.176506334524258 |
| 956062 | 956062 | 343345 343345 | 93557 | 3 | 0.301218762811242 |
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)
);