Description Usage Arguments Value Author(s) Examples
Creates a point-and-whisker plots showing beta value distributions at Sentrix positions for the given slide.
1 | rnb.plot.sentrix.distribution(rnb.set, sentrix.id)
|
rnb.set |
HumanMethylation450K dataset as an object of type |
sentrix.id |
Slide number (Sentrix ID) as an |
Generated point-and-whisker plot (an instance of ggplot
) of mean methylations for the samples
on the specified slide, or FALSE
if the dataset is non-empty but does not contain samples on the
given slide. If the provided dataset does not contain valid Sentrix ID and position information (or is an
empty dataset), this method returns NULL
.
Yassen Assenov
1 2 3 4 | library(RnBeads.hg19)
data(small.example.object)
sid<-as.character(pheno(rnb.set.example)[["Sentrix_ID"]][1])
rnb.plot.sentrix.distribution(rnb.set.example,sid)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.