Replies: 1 comment
-
|
You can probably just use a for loop to iterate through the object and save each part of the object individually. E.g something like this: for (i in 1:length(split_seurat)){ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
After I use SplitObject function to split a Seurat object into sub-objects by "ident", how should I save each sub-object to RDS files separately? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions