scverse / anndataR

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

Feature Request: Increase flexibility of `to_Seurat` #165

Open JohnMMa opened 10 months ago

JohnMMa commented 10 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.

rcannood commented 4 weeks ago

183 tries to address this issue. @JohnMMa Would the proposed changes work for you?