diff --git a/DESCRIPTION b/DESCRIPTION index ce71b6b..7e996b8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -42,6 +42,7 @@ Imports: stats, ggplot2, rlang, + tidyverse, methods Depends: R (>= 4.2), diff --git a/NAMESPACE b/NAMESPACE index 347bb19..e3729ad 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -10,6 +10,7 @@ export(select_transcripts) import(SummarizedExperiment) import(ggplot2) import(rlang) +import(tidyverse) importFrom(methods,is) importFrom(stats,cor) importFrom(stats,prcomp) diff --git a/R/DEqual.R b/R/DEqual.R index 10745bb..02ee6ac 100644 --- a/R/DEqual.R +++ b/R/DEqual.R @@ -17,6 +17,7 @@ #' @return a `ggplot` object of the DE t-statistic vs #' the DE statistic from degradation #' @import ggplot2 +#' @import tidyverse #' @importFrom stats cor #' @export #'