Description Usage Arguments Value Author(s) Examples
Per-sample bar plots of Illumina HumanMethylation control probes
1 2 3 4 5 6 7 8 9 10 |
rnb.set |
|
probe |
exact id of the control probe consisting of the control probe type (see |
sample.subset |
an integer vector specifying the subset of samples for which the plotting should be performed |
writeToFile |
flag specifying whether the output should be saved as |
numeric.names |
if |
name.prefix |
in case |
verbose |
if |
... |
other arguments to |
plot as an object of type ReportPlot
if writeToFile
is TRUE
and of class
ggplot
otherwise.
Pavlo Lutsik
1 2 3 4 5 6 | library(RnBeads.hg19)
data(small.example.object)
control.meta.data <- rnb.get.annotation("controls450")
ctrl.probe<-paste0(unique(control.meta.data[["Target"]])[4], ".3")
print(ctrl.probe) # EXTENSION.3
rnb.plot.control.barplot(rnb.set.example, ctrl.probe)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.