From 5cb690d10c9556c88823c9baa372e434b1a26e00 Mon Sep 17 00:00:00 2001 From: Geo Pertea Date: Tue, 24 Sep 2024 16:40:27 -0400 Subject: [PATCH] fixed docs typo --- R/DEqual.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/DEqual.R b/R/DEqual.R index 9ea4a67..5027cc3 100644 --- a/R/DEqual.R +++ b/R/DEqual.R @@ -13,7 +13,7 @@ #' @param DE a `data.frame()` with a column "t" containing the t-statistics #' from Differential Expression, typically generated with `limma::topTable()`. #' `rownames(DE)` must have transcript Ensembl/Gencode IDs. -#' @param deg_tstats an optional`data.frame()` with a column "t" containing +#' @param deg_tstats an optional `data.frame()` with a column "t" containing #' t-statistics resulted from a degradation experiment. Default is the #' internal `qsvaR::degradation_tstats` from the package authors. #' @param show.legend logical (default TRUE) to show legend in the plot