Number of rows to be taken as a chunk for processing the
methylRawDB objects (default: 1e6)
Value
a summary of coverage statistics or plot a histogram of coverage
Details
The parameter chunk.size is only used when working with
methylRawDB or methylRawListDB objects,
as they are read in chunk by chunk to enable processing large-sized objects
which are stored as flat file database.
Per default the chunk.size is set to 1M rows, which should work for most
systems. If you encounter memory problems or
have a high amount of memory available feel free to adjust the
chunk.size.
# NOT RUN {data(methylKit)
# gets coverage stats for the first sample in methylRawList.obj objectgetCoverageStats(methylRawList.obj[[1]],plot=TRUE,
both.strands=FALSE,labels=TRUE)
# }