Skip to content

Commit

Permalink
up (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman authored Mar 5, 2024
1 parent d4359da commit 0fa499a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: miaViz
Title: Microbiome Analysis Plotting and Visualization
Version: 1.11.1
Version: 1.11.2
Authors@R:
c(person(given = "Tuomas", family = "Borman", role = c("aut", "cre"),
email = "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions R/plotPrevalence.R
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ setMethod("plotPrevalentAbundance", signature = c(x = "SummarizedExperiment"),
stop("'facet_by' must be in taxonomyRanks.", call. = FALSE)
}

x <- mia:::.agg_for_prevalence(x, rank, na.rm = TRUE, relabel = TRUE,
...)
x <- mia:::.agg_for_prevalence(
x, rank, agg.na.rm = TRUE, relabel = TRUE, ...)
label <- .norm_label(label, x)
#
plot_data <- .get_prevalence_plot_point_data(x, assay.type,
Expand Down Expand Up @@ -559,4 +559,4 @@ setMethod("plotTaxaPrevalence", signature = c(x = "ANY"),
.Deprecated(old ="plotTaxaPrevalence", new = "plotFeaturePrevalence", msg = "The 'plotTaxaPrevalence' function is deprecated. Use 'plotFeaturePrevalence' instead.")
plotFeaturePrevalence(x, ...)
}
)
)

0 comments on commit 0fa499a

Please sign in to comment.