Skip to content

Commit

Permalink
agglomeration functions and na.rm (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman authored Nov 15, 2024
1 parent 56cce49 commit c4ac515
Show file tree
Hide file tree
Showing 17 changed files with 590 additions and 478 deletions.
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

0 comments on commit c4ac515

Please sign in to comment.