-
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.
Merge pull request #15 from sartorlab/v0.4.3-bugfix
* Fix #14 * Use `queryHits()` accessor instead of `@` in SNP filtering.
- Loading branch information
Showing
12 changed files
with
722 additions
and
218 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.2 | ||
Date: 2016-04-20 | ||
Version: 0.4.3 | ||
Date: 2016-05-11 | ||
Author: Yongseok Park | ||
Maintainer: Who to complain to <[email protected]> | ||
Description: MethylSig is a method for testing for differentially methylated | ||
|
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
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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
chr21.1 chr21 1 F 14 30 40 | ||
chr21.3 chr21 3 F 5 100 0 | ||
chr21.4 chr21 4 R 7 100 0 | ||
chr21.6 chr21 6 F 16 80 20 | ||
chr21.7 chr21 7 R 20 100 0 | ||
chr21.8 chr21 8 F 550 100 0 | ||
chr21.10 chr21 10 F 2 50 50 | ||
chr21.15 chr21 15 F 300 33 67 | ||
chr21.16 chr21 16 R 300 20 80 | ||
chr21.20 chr21 20 F 30 100 0 | ||
chr21.25 chr21 25 R 50 25 75 | ||
chr21.30 chr21 30 F 2 100 0 | ||
chr21.31 chr21 31 R 3 100 0 | ||
chr21.9411410 chr21 9411410 F 72 89 11 |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
chr21.1 chr21 1 F 14 30 70 | ||
chr21.6 chr21 6 F 30 75 25 | ||
chr21.7 chr21 7 R 25 90 10 | ||
chr21.8 chr21 8 F 400 96 4 | ||
chr21.10 chr21 10 F 2 50 50 | ||
chr21.15 chr21 15 F 250 33 67 | ||
chr21.16 chr21 16 R 225 20 80 | ||
chr21.20 chr21 20 F 80 100 0 | ||
chr21.25 chr21 25 R 25 25 75 | ||
chr21.30 chr21 30 F 2 100 0 | ||
chr21.31 chr21 31 R 3 100 0 | ||
chr21.48086570 chr21 48086570 R 34 89 11 |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
chr21.3 chr21 3 F 10 30 40 | ||
chr21.4 chr21 4 R 14 100 0 | ||
chr21.6 chr21 6 F 16 80 20 | ||
chr21.7 chr21 7 R 20 100 0 | ||
chr21.8 chr21 8 F 200 100 0 | ||
chr21.9 chr21 9 R 200 98 2 |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
chr21.3 chr21 3 F 10 100 0 | ||
chr21.4 chr21 4 R 14 100 0 | ||
chr21.6 chr21 6 F 16 80 20 | ||
chr21.7 chr21 7 R 20 100 0 | ||
chr21.8 chr21 8 F 200 100 0 | ||
chr21.9 chr21 9 R 100 90 2 |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
chr21.3 chr21 3 F 5 100 0 | ||
chr21.4 chr21 4 R 14 100 0 | ||
chr21.6 chr21 6 F 16 80 20 | ||
chr21.7 chr21 7 R 20 100 0 | ||
chr21.8 chr21 8 F 200 100 0 | ||
chr21.9 chr21 9 R 200 98 2 |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
chr21.3 chr21 3 F 10 100 0 | ||
chr21.4 chr21 4 R 14 100 0 | ||
chr21.6 chr21 6 F 16 80 20 | ||
chr21.7 chr21 7 R 20 100 0 | ||
chr21.8 chr21 8 F 550 100 0 | ||
chr21.9 chr21 9 R 400 98 2 |
Oops, something went wrong.