Last active
December 14, 2015 10:49
-
-
Save al2na/5075247 to your computer and use it in GitHub Desktop.
read ENCODE rrbs bed file
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
library(methylKit) | |
obj = read("wgEncodeHaibMethylRrbsA549Dm002p7dHaibSitesRep1.bed.gz", | |
sample.id = "test", assembly = "hg19", header = FALSE, | |
context = "CpG", resolution = "base", | |
pipeline = list(fraction = FALSE, chr.col = 1, start.col = 3, | |
end.col = 3,coverage.col = 5, strand.col = 6, | |
freqC.col = 11)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment