Error while converting ExpressionSet format to SingleCellExperiment format?
1
0
Entering edit mode
14 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!

SingleCellExperiment ExpressionSet R • 750 views
ADD COMMENT
0
Entering edit mode

What is the output of class(SCEset)?

ADD REPLY
0
Entering edit mode

Here is the output:

[1] "ExpressionSet"
attr(,"package")
[1] "Biobase"
ADD REPLY
1
Entering edit mode
14 months ago
shuaizh117 ▴ 10

Actually figured it out by myself. You just need to convert ExpressionSet to SummarizedExperiment format first, then convert SummarizedExperiment to SingleCellExperiment.

ADD COMMENT
0
Entering edit mode

Please accept your own answer to resolve the post.

ADD REPLY

Login before adding your answer.

Traffic: 2166 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6