AlexsLemonade / scpca-docs

User information about ScPCA processing
https://scpca.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

FAQ: How do convert the SingleCellExperiments to a Seurat object? #26

Closed allyhawkins closed 3 years ago

allyhawkins commented 3 years ago

In case people want to use Seurat, we should include a FAQ with instructions on how to convert the object from bioconductor's SingleCellExperiment object to Seurat. I think we could follow what's in the vignette from Seurat on conversion.

Where things might get tricky is when we want to convert objects that have an AltExp. To do this, we probably want to pull out the AltExp and then build the Seurat objects. We can use the vignette on setting up Seurat with multimodal data as a guide for this.