-
Notifications
You must be signed in to change notification settings - Fork 29
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
split/apply/combine paradigm #29
Comments
split/apply/combine is a nice mental model, but maybe it does not need Michael On Thu, Dec 12, 2013 at 2:42 AM, Michel [email protected] wrote:
|
When I need to do a split-apply-combine type of operation, I usually turn to |
Yes, that's a useful tool. Would be nice to have a similar API on top of On Fri, Dec 13, 2013 at 5:39 PM, Ryan Thompson [email protected]:
|
Any opposition to closing this issue? |
This issue sort of depends on having a clean API in base R for aggregation. Currently, It would seem that BiocParallel needs a |
OK. I've marked this as an enhancement. |
I'd like to get started on this one and use this tracker to collect and discuss ideas.
AFAIR @lawremi suggested back in September to use
split
/by
(split),bp*apply
(apply) andstack
(combine).I'm rather unsure what functionality is needed. Usually I'm fine with
split
,bplapply
andl*ply
/Reduce
.The text was updated successfully, but these errors were encountered: