-
Notifications
You must be signed in to change notification settings - Fork 27
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
new generic function agglomerateByVariable #507
Conversation
add new function agglomerateByVariable
…erateByVariable
Check those comments. I think this looks good |
Merge branch 'agglomerateByVariable' of https://github.com/microbiome/mia into agglomerateByVariable # Conflicts: # man/deprecate.Rd
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## devel #507 +/- ##
========================================
Coverage ? 72.40%
========================================
Files ? 40
Lines ? 4678
Branches ? 0
========================================
Hits ? 3387
Misses ? 1291
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Merge branch 'devel' of https://github.com/microbiome/mia into agglomerateByVariable # Conflicts: # NEWS # R/deprecate.R # man/deprecate.Rd
Merge branch 'devel' of https://github.com/microbiome/mia into agglomerateByVariable # Conflicts: # NEWS
Merge branch 'devel' of https://github.com/microbiome/mia into agglomerateByVariable # Conflicts: # DESCRIPTION # NEWS # R/agglomerate.R # R/deprecate.R # man/agglomerate-methods.Rd # man/deprecate.Rd
Seems good! Conflicts to be resolved |
Create a new generic function
agglomerateByVariable
to replace the methodsmergeCols
andmergeRows
.agglomerateByVariable
takes parameterMARGIN
to specify wether to runmergeCols
ormergeRows