Skip to content

Commit

Permalink
hg38 liftOver fix for methylCC::estimatecc()
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-laufer committed Apr 26, 2020
1 parent a41e5fd commit 4af9ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: DMRichR
Title: Enrich your DMR analysis
Version: 1.3.0
Version: 1.3.0.1
Authors@R: c(
person("Ben", "Laufer", email = "[email protected]", role = c("aut", "cre")),
person("Charles", "Mordaunt", email = "[email protected]", role = "ctb"),
Expand Down
2 changes: 1 addition & 1 deletion exec/DM.R
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ if(cellComposition == T & (genome == "hg38" | genome == "hg19")){
include_cpgs = FALSE,
include_dmrs = TRUE)

methylCC <- bs.filtered.bsseq %>%
methylCC <- bs.filtered.bsseq.cc %>%
methylCC::estimatecc(include_cpgs = FALSE,
include_dmrs = TRUE,
find_dmrs_object = ccDMRs)
Expand Down

0 comments on commit 4af9ef7

Please sign in to comment.