Description Usage Arguments Author(s) See Also Examples
This function plots the smoothed methylation data as lines for a given region and all given samples. It is also possible to average the data for groups of samples.
1 | plotSmoothMeth(object.rel, region, groups, group.average, ...)
|
object.rel |
A |
region |
A |
groups |
OPTIONAL. A |
group.average |
OPTIONAL. A |
... |
Other graphical parameters passed to the |
Katja Hebestreit
1 2 3 4 5 6 7 8 9 10 11 | data(predictedMeth)
data(DMRs)
plotSmoothMeth(object.rel = predictedMeth,
region = DMRs[3] + 200,
groups = colData(predictedMeth)$group,
col=c("magenta", "blue"))
legend("topright",
lty=1,
legend=levels(colData(predictedMeth)$group),
col=c("magenta", "blue"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.