methylKit icon indicating copy to clipboard operation
methylKit copied to clipboard

Size of filtered object larger than before filtering

Open alexg9010 opened this issue 6 years ago • 0 comments

#H1 <- readRDS("data/H1.chr21.chr22.rds")
library("methylKit")

# Load data
fl <- list.files("~/Downloads/", pattern="chr1and2", full.names = T)
rawmeth=methRead(as.list(fl), sample.id = list("nbm1","nbm2","idh1","idh2"),treatment=c(0,0,1,1), context="CpG", assembly="hg18")
filtered.meth=filterByCoverage(rawmeth,lo.count=10,lo.perc=NULL, hi.count=NULL,hi.perc=99.9)

alexg9010 avatar May 25 '18 09:05 alexg9010