This is a test version of Biostars. For the public version, visit https://www.biostars.org.
convert cds to seurat object

Hello.

I want to make pseudo-bulk data from single cell data. I made cds from my single cell raw data. Now, I want to convert this cds format to seurat object. Is it possible?

Thank you for your help!

r monocle3 seurat

1 answer

Did you try with "as.Seurat"? https://github.com/satijalab/seurat-wrappers/blob/master/docs/monocle3.md

integrated.sub <- as.Seurat(cds)

Yes, I tried with as.Seurat. But there is an error follwing: Error: No data in provided assay - logcounts. How can I solve this problem?

Log in to answer this question.