Description Usage Arguments Value Examples
The function returns basic statistics about per base/region. It can also plot a histogram of methylation values.
1 |
object |
a |
plot |
plot a histogram of Methylation if TRUE (deafult:FALSE) |
both.strands |
do plots and stats for both strands seperately if TRUE (deafult:FALSE) |
labels |
should the bars of the histrogram have labels showing the percentage of values in each bin (default:TRUE) |
... |
options to be passed to
|
a summary of Methylation statistics or plot a histogram of coverage
1 2 3 4 | data(methylKit)
# gets coverage stats for the first sample in methylRawList.obj object
getMethylationStats(methylRawList.obj[[1]],plot=TRUE,both.strands=FALSE,labels=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.