You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm interested in using this package for my scRNAseq data. Is it compatible with the SingleCellExperiment class? If so, how is this done please? (Is there a way to go from SCE to the ExpressionSet)? Thank you!
The text was updated successfully, but these errors were encountered:
It depends on what you have in SingleCellExperiment. Essentially for an ExpressionSet, you need a count matrix and AnnotatedDataFrame for cell information. You can extract those from a SingleCellExperiment object (using assays and colData functions), and then feed them into ExpressionSet.
Hi, I'm interested in using this package for my scRNAseq data. Is it compatible with the SingleCellExperiment class? If so, how is this done please? (Is there a way to go from SCE to the ExpressionSet)? Thank you!
The text was updated successfully, but these errors were encountered: