Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed Nov 6, 2024
1 parent e05d308 commit 6751527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion R/Seurat.Utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# file.remove("~/GitHub/Packages/Seurat.utils/weight3.bar.png")



# _________________________________________________________________________________________________
# One-stop-shop functions for entire pipelines _____________________________ ------
# _________________________________________________________________________________________________
Expand Down
4 changes: 2 additions & 2 deletions R/Seurat.Utils.Visualization.R
Original file line number Diff line number Diff line change
Expand Up @@ -3571,7 +3571,7 @@ scGOEnrichment <- function(genes, universe = NULL,
#'
#' @param df.enrichment Data frame. Enrichment results from GO analysis. Default: NULL.
#' @param tag Character. Tag to be added to the title of the plot. Default: "in ...".
#' @param universe Character. Background gene list (universe). Default: NULL.
#' @param universe Character. Background gene list (universe). Default: `df.enrichment@universe`.
#' @param title Character. Title of the plot. Default: "GO Enrichment Analysis" followed by `tag`.
#' @param subtitle Character. Subtitle of the plot. Default: NULL.
#' @param caption Character. Caption of the plot. Default: constructed from input parameters.
Expand All @@ -3593,7 +3593,7 @@ scGOEnrichment <- function(genes, universe = NULL,
#' }
scBarplotEnrichr <- function(df.enrichment,
tag = "...",
universe = NULL,
universe = df.enrichment@universe,
title = paste("GO Enriched Terms", tag),
subtitle = kppws("Input: ", substitute_deparse(df.enrichment)),
caption = paste0(
Expand Down

0 comments on commit 6751527

Please sign in to comment.