MOFA2 icon indicating copy to clipboard operation
MOFA2 copied to clipboard

Error: run_enrichment error feature.sets has to be a list or a binary matrix.**

Open mluciarr opened this issue 10 months ago • 0 comments

Hi, I am unable to run the enrichment function I got the following error.

# GSEA on positive weights
gsea.positive <- run_enrichment(mofa, 
                                feature.sets = msgidb.matrix, 
                                view = "RNA",
                                sign = "positive"
)

**Error in **run_enrichment**(model, feature.sets = msgidb.matrix, view = "RNA",  : 
  feature.sets has to be a list or a binary matrix.**

Is there any solution for that??

Thanks a lot in advance!

Lucia

mluciarr avatar Apr 23 '24 13:04 mluciarr