rnb.plot.sentrix.distribution {RnBeads} | R Documentation |
Creates a point-and-whisker plots showing beta value distributions at Sentrix positions for the given slide.
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
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)