Skip to content

Instantly share code, notes, and snippets.

@al2na
Last active December 14, 2015 10:49
Show Gist options
  • Save al2na/5075247 to your computer and use it in GitHub Desktop.
Save al2na/5075247 to your computer and use it in GitHub Desktop.
read ENCODE rrbs bed file
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