omicverse.single.pyMOFAART¶
- omicverse.single.pyMOFAART(model_path: str)[source]¶
Load pretrained MOFA models for downstream factor interpretation.
- Parameters:
model_path (str) – Path to a trained MOFA model file.
- Returns:
Initializes MOFA model reader and analysis utilities.
- Return type:
None
Examples
>>> pymofa_obj = ov.single.pyMOFAART(model_path="data/sample/MOFA_POS.hdf5")