consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 89980
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 265511 | 265511 | 89980 89980 | 25252 | 6 | 0.469943102340728 |
| 265512 | 265512 | 89980 89980 | 314247 | 4 | 0.313649391098355 |
| 265513 | 265513 | 89980 89980 | 316723 | 2 | 0.175831099080745 |
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)
);