-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed up nest
and unnest
for massive datasets in tidySingleCellExperiment
#70
Comments
nest
and unnest
for massive datasets in tidySingleCellExperiment
@LiNk-NY this is one of the challenges I was mentioning. |
Hello, I would be happy to have a go at solving this. |
I have been able to considerably speed up nesting of a single column by using SingleCellExperiment's [] subsetting, but find my nested objects don't always cleanly unnest. I will keep working at this, but if anyone else would like to have a go feel free! The changes I have made are available here for reference: https://github.com/william-hutchison/tidySingleCellExperiment/tree/master. |
There is an example in the tidyseurat repository of how we can speed out nesting for very simple use cases using the split and merge functionality of Surat
The text was updated successfully, but these errors were encountered: