Skip to content

Commit

Permalink
Messaging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-laufer committed Sep 20, 2020
1 parent 62888bf commit bb67ddd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/imprintOverlap.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#' @importFrom magrittr %>%
#' @importFrom glue glue glue_collapse
#' @importFrom stringr str_detect
#' @importFrom plyranges as_granges
#' @export imprintOverlap
#'
imprintOverlap <- function(sigRegions = sigRegions,
Expand Down Expand Up @@ -125,6 +126,7 @@ imprintOverlap <- function(sigRegions = sigRegions,
"^DGCR6L$")

sigRegions <- sigRegions %>%
plyranges::as_granges() %>%
DMRichR::annotateRegions(TxDb,
annoDb)

Expand Down

0 comments on commit bb67ddd

Please sign in to comment.