scverse / anndataR

AnnData interoperability in R
https://anndatar.data-intuitive.com
Other
57 stars 8 forks source link

Feature Request: Increase flexibility of `to_Seurat` #165

Open JohnMMa opened 8 months ago

JohnMMa commented 8 months ago

I realized one thing: currently, to_Seurat will always write the expression to the assay of 'RNA'. I wonder if devs may add an option so that we can customize the assay the expression to be written to? We often do pure CITE-seq experiments, which means output from that usage should be in the assay of 'ADT'--which means an entire new Seurat object needs to be created to carry on the assay data because the assays' names of Seurat objects cannot be directly modified.