MOFA2 icon indicating copy to clipboard operation
MOFA2 copied to clipboard

Multi-Omics Factor Analysis

Results 61 MOFA2 issues
Sort by recently updated
recently updated
newest added

This only seems to an issue when I try to install MOFA2 within a Docker container (using my local Rstudio installation works fine). Though the Docker container has Bioc v3.16...

Hi, I am trying to create a mofa object with a list of matrices and I am getting the below error. `MOFAobject

Hi, I have been playing with MOFA and MEFISTO, and I found some inconsistency in the way the feature weights are scaled when using the function `get_weights()`. Here is a...

I have been working on creating a Docker image that allows to run MOFA2 in GPU mode. Here's the modified Dockerfile that can be used to create the image ```...

The documentation of `plot_factors()` says _a vector of length two with the factors to plot. Factors can be specified either as a characters_. I'd suggest to change it to _a...

Hello, I am able to calculate the explained variance for each factor and dataset/view. But I am unable to find a way to calculate one variance value for each factor...

Hi, when I run scripts as belows: " msgidb.matrix % as.data.table %>% .[,id:=1] %>% dcast(gs_name~gene_symbol, value.var="id", fill=0) %>% matrix.please " I got an error: " Error in matrix.please(.) : could...

Does MOFA2 support multiple factors as groups? So, for instance, if I have a Seurat object where I have cells from two different lines and with or without treatment. These...