powered by
The function returns basic statistics about per base/region. It can also plot a histogram of methylation values.
getMethylationStats(object,plot=FALSE,both.strands=FALSE,labels=TRUE,...)
a methylRaw object
methylRaw
plot a histogram of Methylation if TRUE (deafult:FALSE)
do plots and stats for both strands seperately if TRUE (deafult:FALSE)
should the bars of the histrogram have labels showing the percentage of values in each bin (default:TRUE)
options to be passed to hist function.
hist
a summary of Methylation statistics or plot a histogram of coverage
# NOT RUN { data(methylKit) # gets coverage stats for the first sample in methylRawList.obj object getMethylationStats(methylRawList.obj[[1]],plot=TRUE,both.strands=FALSE,labels=TRUE) # }
Run the code above in your browser using DataLab