Skip to content

Commit

Permalink
Add import tidyverse to the DEqual function
Browse files Browse the repository at this point in the history
  • Loading branch information
HediaTnani committed Jan 9, 2024
1 parent 48ecbb6 commit b151e69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Imports:
stats,
ggplot2,
rlang,
tidyverse,
methods
Depends:
R (>= 4.2),
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export(select_transcripts)
import(SummarizedExperiment)
import(ggplot2)
import(rlang)
import(tidyverse)
importFrom(methods,is)
importFrom(stats,cor)
importFrom(stats,prcomp)
Expand Down
1 change: 1 addition & 0 deletions R/DEqual.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
#'
Expand Down

0 comments on commit b151e69

Please sign in to comment.