omicverse.single.pyMOFAART#
- omicverse.single.pyMOFAART(model_path: str)[源代码]#
Load pretrained MOFA models for downstream factor interpretation.
- 参数:
model_path (str) – Path to a trained MOFA model file.
- 返回:
Initializes MOFA model reader and analysis utilities.
- 返回类型:
None
示例
>>> pymofa_obj = ov.single.pyMOFAART(model_path="data/sample/MOFA_POS.hdf5")