Description Usage Arguments Details Value Examples
Creates the secondpage of the QC report created by QCReport
for an object of class
AffyBatch
The page contains a boxplot and intensity distribution plots.
1 | signalDist(object)
|
object |
An object of class |
This creates the second page of a QCReport
report.
The first graph is created with the AffyBatch
method boxplot
. The second graph in created with the
AffyBatch
method hist
.
More details are available in the vignette.
TRUE
1 2 3 4 5 |
library(affydata)
data(Dilution)
signalDist(Dilution)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.