consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 8017
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 255123 | 255123 | 86615 86615 | 8017 | 3 | 0.237105052138501 |
| 584802 | 584802 | 228453 228453 | 8017 | 3 | 0.237105052138501 |
| 926997 | 926997 | 329694 329694 | 8017 | 2 | 0.237816084924459 |
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)
);