Skip to content

Commit

Permalink
v1.19.6 -- fixed some minor typos / bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor and lahuuki committed Dec 16, 2024
1 parent cc78e20 commit 27db42d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: spatialLIBD
Title: spatialLIBD: an R/Bioconductor package to visualize spatially-resolved
transcriptomics data
Version: 1.19.5
Version: 1.19.6
Date: 2024-12-16
Authors@R:
c(
Expand Down
8 changes: 4 additions & 4 deletions R/gene_set_enrichment_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
#' @param gene_list_length Optional named `numeric` vector indicating the length
#' of the `gene_list` used to calculate `enrichment`, if included and
#' `plot_setSize_bar = TRUE` then the top `anno_barplot` will show the `SetSize`
#' and the difference from the length of the input gene_list.
#' #' @param model_sig_length Optional named `numeric` vector indicating the
#' and the difference from the length of the input gene_list.
#' @param model_sig_length Optional named `numeric` vector indicating the
#' number of significant genes in `modeling_results` used to calculate
#' `enrichment`. If included `anno_barplot` will be added to rows.
#' #' @param model_colors named `character` vector of colors. It adds colors to
#' @param model_colors named `character` vector of colors. It adds colors to
#' row annotations.
#' #' @param ... Additional parameters passed to
#' @param ... Additional parameters passed to
#' [ComplexHeatmap::Heatmap()][ComplexHeatmap::Heatmap()].
#'
#' @return A ([Heatmap-class][ComplexHeatmap::Heatmap-class]) visualizing the
Expand Down
15 changes: 9 additions & 6 deletions man/gene_set_enrichment_plot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 27db42d

Please sign in to comment.