Disease¶
Use disease commands for normalization and disease-centric cross-entity pivots.
Search diseases¶
biomcp search disease -q melanoma --limit 5
biomcp search disease -q glioblastoma --source mondo --limit 5
Search resolves common labels toward canonical ontology-backed identifiers.
Get disease records¶
By label:
By MONDO identifier:
Disease sections¶
Genes (Monarch-backed associations with relationship/source when available):
Phenotypes (HPO phenotypes with qualifiers):
Variants (Monarch disease-associated variants):
Models (Monarch model-organism evidence):
Combined sections:
biomcp get disease MONDO:0005105 genes phenotypes variants models
biomcp get disease MONDO:0005105 all
Phenotype-to-disease search¶
Use HPO term sets for ranked disease candidates:
You can pass terms space-separated or comma-separated.
Typical disease-centric workflow¶
- Normalize disease label.
- Pull disease sections (
genes,phenotypes,variants,models) for context. - Use normalized concept for trial or article searches.
Example:
biomcp get disease MONDO:0005105 genes phenotypes
biomcp search trial -c melanoma --status recruiting --limit 5
biomcp search article -d melanoma --limit 5
JSON mode¶
Practical tips¶
- Prefer MONDO IDs in automation workflows.
- Keep raw labels in user-facing notes for readability.
- Pair disease normalization with biomarker filters for trial matching.