From 18337c62b0c07b5778194a06057c29b973207a42 Mon Sep 17 00:00:00 2001 From: vertesy Date: Fri, 20 Sep 2024 17:31:37 +0200 Subject: [PATCH] ... --- R/Seurat.Utils.Metadata.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/Seurat.Utils.Metadata.R b/R/Seurat.Utils.Metadata.R index e94edff..360105c 100644 --- a/R/Seurat.Utils.Metadata.R +++ b/R/Seurat.Utils.Metadata.R @@ -1232,7 +1232,7 @@ heatmap_calc_clust_median <- function( #' @param return.matrix Logical; if TRUE, returns a matrix. Default: FALSE. #' @param main Main title for the plot. Default: "read fractions per transcript class and cluster" followed by the method and suffix. #' @param ylab Label for the y-axis. Default: "Fraction of transcriptome (%)". -#' @param percentify Logical; if TRUE, multiplies the fraction by 100. Default: TRUE. +#' @param percentify Logical. If TRUE, multiplies the fraction by 100. Default: TRUE. #' @param subt Subtitle for the plot. Default: NULL. #' @param position Position adjustment for geoms. Default: position_stack(). #' @param w The width of the plot. Default: 10.