bioFAM / MOFA2

Multi-Omics Factor Analysis
https://biofam.github.io/MOFA2/
GNU Lesser General Public License v3.0
283 stars 49 forks source link

prepare_mofa function doesn't seem to train the model #162

Open nis2034 opened 1 month ago

nis2034 commented 1 month ago

The prepare_mofa function runs without any error; howver, it didn't train the model. names(MOFAobject@expectations) returns NULL even after executing the prepare_mofa function. Can you please look into this and advise how I can proceed with the analysis.

Checking data options... Checking training options... Checking model options...

rargelaguet commented 1 month ago

After prepare_mofa you need to do run_mofa

Please see this tutorial on how to train a model.

nis2034 commented 3 weeks ago

Many thanks for the latest tutorial. It worked!