Usage
AffyRNAdeg(xps.data, treename = "*", qualopt = "raw", log.it = TRUE)
summaryAffyRNAdeg(rna.deg, signif.digits=3)
plotAffyRNAdeg(rna.deg, transform = "shift.scale", col = NULL, summary = FALSE, add.legend = FALSE, ...)
xpsRNAdeg(object, ...)
Arguments
treename
vector of tree names to export.
qualopt
option determining the data to which to apply qualification,
one of raw, adjusted, normalized.
log.it
logical, if TRUE, then probe data is log2 transformed.
rna.deg
list
, output from AffyRNAdeg
.
signif.digits
number of significant digits to show.
transform
transform data before plotting, one of "shift.scale",
"shift.only", "none".
col
vector of colors for plot, length is number of samples.
summary
logical, if TRUE then the slope of summaryAffyRNAdeg
will be plotted.
add.legend
logical or integer, if TRUE or larger than zero then
a legend with the tree names will be drawn.
object
object of class QualTreeSet
.
...
optional arguments to be passed to plotAffyRNAdeg
.