Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
This class provides the link to the ROOT
expression file and
the ROOT
trees contained therein. It extends class ProcesSet
.
Objects are created using functions express
, summarize
or normalize
, or the specialized functions rma
, mas5
or mas4
.
exprtype
:Object of class "character"
representing the exression type,
i.e. ‘rma’, ‘mas5’, ‘mas4’ or ‘custom’.
normtype
:Object of class "character"
representing the normalization
type, i.e. ‘mean’, ‘median’, ‘lowess’,‘supsmu’.
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(object = "ExprTreeSet")
: exports expression trees from
ROOT
expression file and and saves as data.frame data
.
signature(x = "ExprTreeSet")
: creates a correlation heat map.
signature(object = "ExprTreeSet")
: extracts slot exprtype
.
signature(object = "ExprTreeSet", value = "character")
: replaces slot exprtype
.
signature(object = "ExprTreeSet")
: extracts the expression data.frame.
signature(object = "ExprTreeSet", value = "data.frame")
: replaces the expression data.frame.
signature(x = "ExprTreeSet")
: creates a false color display of between arrays distances.
signature(x = "ExprTreeSet")
: creates an MvA-plot.
signature(object = "ExprTreeSet")
: extracts slot normtype
.
signature(object = "ExprTreeSet", value = "character")
: replaces slot normtype
.
signature(x = "ExprTreeSet")
: creates a NUSE-plot.
signature(x = "ExprTreeSet")
: plots first two principal components of PCA.
signature(x = "ExprTreeSet")
: creates a RLE-plot.
signature(object = "ExprTreeSet")
: replaces data.frame data
with an empty data.frame of dim(0,0).
signature(object = "ExprTreeSet")
: extracts the standard deviation data.frame.
signature(object = "ExprTreeSet")
: extracts a subset of columns
from data.frame data
.
signature(object = "ExprTreeSet")
: extracts data columns
from data.frame se.exprs
.
signature(object = "ExprTreeSet")
: applies normalization methods.
signature(object = "ExprTreeSet")
: applies prefiltering methods.
signature(object = "ExprTreeSet")
: applies unifiltering methods.
Christian Stratowa
related classes DataTreeSet
, CallTreeSet
, QualTreeSet
.
1 | showClass("ExprTreeSet")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.