consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 78130
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 227139 | 227139 | 78130 78130 | 8741 | 2 | 0.218648875727359 |
| 227140 | 227140 | 78130 78130 | 135063 | 4 | 0.30921620545126 |
| 227141 | 227141 | 78130 78130 | 192989 | 5 | 0.351037079956997 |
| 227142 | 227142 | 78130 78130 | 308598 | 1 | 0.0874595502909436 |
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)
);