-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: Do not use countInvalidList to filter uniqueChr
* This line was giving bizarre regions for chrM that shouldn't have existed because countInvalidList was way longer than uniqueChr.
- Loading branch information
1 parent
508b3e4
commit aa0eb22
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: methylSig | ||
Type: Package | ||
Title: a whole genome DNA methylation analysis pipeline | ||
Version: 0.4.0 | ||
Date: 2015-12-16 | ||
Version: 0.4.1 | ||
Date: 2015-12-17 | ||
Author: Yongseok Park | ||
Maintainer: Who to complain to <[email protected]> | ||
Description: MethylSig is a method for testing for differentially methylated | ||
|
@@ -28,6 +28,6 @@ Suggests: | |
testthat, | ||
knitr, | ||
rmarkdown | ||
Packaged: 2015-12-16; rcavalca | ||
Packaged: 2015-12-17; rcavalca | ||
VignetteBuilder: knitr | ||
RoxygenNote: 5.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters