From 7447f6148819e12b93fb6327508024f9c56c39cf Mon Sep 17 00:00:00 2001 From: Louise Huuki Date: Wed, 11 Dec 2024 14:31:51 -0500 Subject: [PATCH] Add missing documentaion for ... --- R/layer_stat_cor_plot_complex.R | 1 + man/layer_stat_cor_plot_complex.Rd | 2 ++ 2 files changed, 3 insertions(+) diff --git a/R/layer_stat_cor_plot_complex.R b/R/layer_stat_cor_plot_complex.R index e3e9cc28..9326b7fb 100644 --- a/R/layer_stat_cor_plot_complex.R +++ b/R/layer_stat_cor_plot_complex.R @@ -18,6 +18,7 @@ #' reference column annotations #' @param annotation annotation data.frame output of [annotate_registered_clusters()], #' adds 'X' for good confidence annotations, '*' for poor confidence +#' @param ... Additinal parameters passed to [ComplexHeatmap::Heatmap()][ComplexHeatmap::Heatmap()] #' #' @inheritParams layer_stat_cor_plot #' diff --git a/man/layer_stat_cor_plot_complex.Rd b/man/layer_stat_cor_plot_complex.Rd index 109a5056..1df67a69 100644 --- a/man/layer_stat_cor_plot_complex.Rd +++ b/man/layer_stat_cor_plot_complex.Rd @@ -35,6 +35,8 @@ reference column annotations} \item{annotation}{annotation data.frame output of \code{\link[=annotate_registered_clusters]{annotate_registered_clusters()}}, adds 'X' for good confidence annotations, '*' for poor confidence} + +\item{...}{Additinal parameters passed to \code{\link[ComplexHeatmap:Heatmap]{ComplexHeatmap::Heatmap()}}} } \value{ (\link[ComplexHeatmap:Heatmap-class]{Heatmap-class}) plot of t-stat correlations