Skip to content

Commit

Permalink
fixed docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gpertea committed Sep 24, 2024
1 parent ddbe0fc commit 5cb690d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/DEqual.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cb690d

Please sign in to comment.