consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 252268
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 711463 | 711463 | 252268 252268 | 50870 | 12 | 0.467532467532468 |
| 711464 | 711464 | 252268 252268 | 139281 | 1 | 0.116883116883117 |
| 711465 | 711465 | 252268 252268 | 196158 | 2 | 0.155844155844156 |
| 711466 | 711466 | 252268 252268 | 226223 | 2 | 0.233766233766234 |
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)
);