Skip to content
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

agglomeration functions and na.rm #658

Merged
merged 18 commits into from
Nov 15, 2024
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mia
Type: Package
Version: 1.15.4
Version: 1.15.5
Authors@R:
c(person(given = "Tuomas", family = "Borman", role = c("aut", "cre"),
email = "[email protected]",
Expand Down
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,9 @@ importFrom(DelayedArray,DelayedArray)
importFrom(DelayedArray,colSums)
importFrom(DelayedArray,getAutoBPPARAM)
importFrom(DelayedArray,rowSums)
importFrom(DelayedArray,rowsum)
importFrom(DelayedArray,setAutoBPPARAM)
importFrom(DelayedArray,type)
importFrom(DelayedMatrixStats,colMeans2)
importFrom(DelayedMatrixStats,colQuantiles)
importFrom(DelayedMatrixStats,colSums2)
Expand Down Expand Up @@ -375,7 +377,6 @@ importFrom(rbiom,unifrac)
importFrom(rlang,":=")
importFrom(rlang,sym)
importFrom(scuttle,sumCountsAcrossFeatures)
importFrom(scuttle,summarizeAssayByGroup)
importFrom(stats,TukeyHSD)
importFrom(stats,anova)
importFrom(stats,as.dist)
Expand Down
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,4 @@ computation

Changes in version 1.15.x
+ subsetBy*: added update.tree argument
+ agglomerateBy*: Add na.rm option for excluding NA counts
Loading
Loading