Converting archr objects to seurat or singlecellexperiment objects #871
-
Hi archr team, I was wondering if I can convert archr objects to seurat or singlecellexperiment objects. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
This is not currently possible. As you can imagine, the architecture of ArchR and Seurat are not super compatible. You can export certain matrices from ArchR using |
Beta Was this translation helpful? Give feedback.
-
Try this:
|
Beta Was this translation helpful? Give feedback.
-
Add row names. ;) |
Beta Was this translation helpful? Give feedback.
This is not currently possible. As you can imagine, the architecture of ArchR and Seurat are not super compatible. You can export certain matrices from ArchR using
getMatrixFromProject()
and this should allow you do get the data you want out.