Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
This class provides the link to the ROOT
quality control file and
the ROOT
trees contained therein. It extends class ProcesSet
.
Objects are created using functions qualify
, fitQC
, or the specialized
functions qualify.rlm
, fitRLM
or rmaPLM
.
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 to
ROOT
scheme file.
data
:Object of class "data.frame"
. The data.frame can contain
the data (e.g. expression levels) stored in ROOT
data trees.
params
:Object of class "list"
representing relevant parameters.
setname
:Object of class "character"
representing the name to the
ROOT
file subdirectoy where the ROOT
data trees are stored,
usually ‘PreprocesSet’.
settype
:Object of class "character"
describing the type of treeset
stored in setname
, usually ‘preprocess’.
rootfile
:Object of class "character"
representing the name
of the ROOT
data file, including full path.
filedir
:Object of class "character"
describing the full path to
the system directory where rootfile
is stored.
numtrees
:Object of class "numeric"
representing the number of
ROOT
trees stored in subdirectoy setname
.
treenames
:Object of class "list"
representing the names of the
ROOT
trees stored in subdirectoy setname
.
Class "ProcesSet"
, directly.
Class "TreeSet"
, by class "ProcesSet", distance 2.
signature(x = "QualTreeSet")
: creates a boxplot of positive and
negative border elements.
signature(object = "QualTreeSet")
: exports border trees from
ROOT
quality control file as data.frame data
.
signature(x = "QualTreeSet")
: creates a Center-of-Intensity-plot for
positive and negative feature intensities.
signature(x = "QualTreeSet")
: creates a pseudo image for each quality
control tree, i.e. residual images.
signature(x = "QualTreeSet")
: plot Normalized Unscaled Standard Errors, or return stats, values.
signature(x = "QualTreeSet")
: creates a NUSE-plot.
signature(object = "QualTreeSet")
: extracts slot qualopt
.
signature(object = "QualTreeSet", value = "character")
: replaces slot qualopt
.
signature(object = "QualTreeSet")
: extracts slot qualtype
.
signature(object = "QualTreeSet", value = "character")
: replaces slot qualtype
.
signature(object = "QualTreeSet")
: exports residuals from the
residuals trees of the ROOT
quality control file as data.frame data
.
signature(x = "QualTreeSet")
: plot Relative Log Expression, or return stats, values.
signature(x = "QualTreeSet")
: creates a RLE-plot.
signature(object = "QualTreeSet")
: exports weights from the
residuals trees of the ROOT
quality control file as data.frame data
.
signature(x = "QualTreeSet")
: list with parameters for RNA degradation.
Christian Stratowa
related classes DataTreeSet
, CallTreeSet
, ExprTreeSet
.
1 | showClass("QualTreeSet")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.