Core#
|
Options for the data. |
|
Options for the model. |
|
Options for training. |
|
Options for Gaussian processes. |
|
Fit the model using the provided data. |
|
Class for storing a single set of features (genes). |
|
Class for storing a collection of feature sets (see FeatureSet). |
Presets#
Presets corresponding to different previously published factor analysis models.
These can be used by passing them to the MOFAFLEX constructor: MOFAFLEX(*preset).
- mofaflex.presets.MOFA#
Options used to reproduce MOFA results in the MOFA-FLEX paper.
- mofaflex.presets.MEFISTO#
Options used to reproduce MEFISTO results in the MOFA-FLEX paper.
- mofaflex.presets.NSF#
Options used to reproduce NSF results in the MOFA-FLEX paper.
Settings#
An instance of the _core.settings.Settings is available as mofaflex.settings and allows configuring MOFA-FLEX.
|
Global settings. |