Entering edit mode
21 months ago
shuaizh117
▴
10
I encountered an error while trying to convert one ExpressionSet to SingleCellExperiment. I used the function of toSingleCellExperiment
from Scater, however it gave me the error as below:
scRNAseq.sce <- toSingleCellExperiment(SCEset)
Error in toSingleCellExperiment(scRNAseq.eset) :
methods::is(object, "SCESet") is not TRUE
Any ideas or suggestions? Thanks!
What is the output of
class(SCEset)
?Here is the output: