Please accept your own answer to resolve the post.
• 0 views
•
link
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!
Log in to answer this question.
What is the output of
class(SCEset)?Here is the output: