error when running "SeuratToExpressionSet"
I am trying to use "QuSAGE" for enrichment analysis. Thus my seurat object needs to be transformed into ExpressingSet, and I use "SeuratToExpressionSet". But it went wrong when running "SeuratToExpressionSet":
Calculating gene-by-gene comparisons...Error in calcIndividualExpressions(eset.2, eset.1, paired = paired, min.variance.factor = min.variance.factor) :
Input Matrices need to be matrices...
What does the difference of "Matrices" and "matrices"?
• 1,176 views
•
link
0 answers
No answers yet.
Log in to answer this question.
What is the output of
class(exprs(YourExpressionSet))?it shows [1] "matrix" And I am trying another package named "VisCello"