bioFAM / MOFA2

Multi-Omics Factor Analysis

Home Page:https://biofam.github.io/MOFA2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prepare_mofa function doesn't seem to train the model

nis2034 opened this issue · comments

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...

After prepare_mofa you need to do run_mofa

Please see this tutorial on how to train a model.

Many thanks for the latest tutorial. It worked!