QualTreeSet-class: Class QualTreeSet
Description
This class provides the link to the ROOT quality control file and 
the ROOT trees contained therein. It extends class ProcesSet.Slots
    - qualopt:
- Object of class "character"representing the quality control option, 
     i.e. raw, adjusted, normalized or all.
- qualtype:
- Object of class "character"representing the quality control type, 
     i.e. rlm.
- scheme:
- Object of class "SchemeTreeSet"providing access toROOTscheme file.
- data:
- Object of class "data.frame". The data.frame can contain 
     the data (e.g. expression levels) stored inROOTdata trees.
- params:
- Object of class "list"representing relevant parameters.
- setname:
- Object of class "character"representing the name to theROOTfile subdirectoy where theROOTdata trees are stored,
     usually PreprocesSet.
- settype:
- Object of class "character"describing the type of treeset
     stored insetname, usually preprocess.
- rootfile:
- Object of class "character"representing the name 
     of theROOTdata file, including full path.
- filedir:
- Object of class "character"describing the full path to
     the system directory whererootfileis stored.
- numtrees:
- Object of class "numeric"representing the number ofROOTtrees stored in subdirectoysetname.
- treenames:
- Object of class "list"representing the names of theROOTtrees stored in subdirectoysetname.
Extends
Class "ProcesSet", directly.
Class "TreeSet", by class "ProcesSet", distance 2.Methods
    - borderplot
- signature(x = "QualTreeSet"): creates a boxplot of positive and 
     negative border elements.
- borders
- signature(object = "QualTreeSet"): exports border trees from- ROOTquality control file as data.frame- data.
- coiplot
- signature(x = "QualTreeSet"): creates a Center-of-Intensity-plot for
     positive and negative feature intensities.
- image
- signature(x = "QualTreeSet"): creates a pseudo image for each quality 
     control tree, i.e. residual images.
- NUSE
- signature(x = "QualTreeSet"): plot Normalized Unscaled Standard Errors, or return stats, values.
- nuseplot
- signature(x = "QualTreeSet"): creates a NUSE-plot.
- qualOption
- signature(object = "QualTreeSet"): extracts slot- qualopt.
- qualOption<-
- signature(object = "QualTreeSet", value = "character"): replaces slot- qualopt.
- qualType
- signature(object = "QualTreeSet"): extracts slot- qualtype.
- qualType<-
- signature(object = "QualTreeSet", value = "character"): replaces slot- qualtype.
- residuals
- signature(object = "QualTreeSet"): exports residuals from the
     residuals trees of the- ROOTquality control file as data.frame- data.
- RLE
- signature(x = "QualTreeSet"): plot Relative Log Expression, or return stats, values.
- rleplot
- signature(x = "QualTreeSet"): creates a RLE-plot.
- weights
- signature(object = "QualTreeSet"): exports weights from the
     residuals trees of the- ROOTquality control file as data.frame- data.
- xpsRNAdeg
- signature(x = "QualTreeSet"): list with parameters for RNA degradation.
See Also
related classes DataTreeSet, CallTreeSet, ExprTreeSet.