Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re SingleCellExperiment and ExpressionSet #2

Open
haircell opened this issue Jan 5, 2019 · 1 comment
Open

re SingleCellExperiment and ExpressionSet #2

haircell opened this issue Jan 5, 2019 · 1 comment

Comments

@haircell
Copy link

haircell commented Jan 5, 2019

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!

@haowulab
Copy link
Owner

haowulab commented Jan 7, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants