consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 135166
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 168556 | 168556 | 60123 60123 | 135166 | 3 | 0.276964802661468 |
| 254915 | 254915 | 86562 86562 | 135166 | 4 | 0.254435932950892 |
| 1633580 | 1633580 | 493805 493805 | 135166 | 3 | 0.276964802661468 |
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)
);