Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
This class provides the link to the ROOT
data file and
the ROOT
trees contained therein. It extends class ProcesSet
.
Objects can be created using the functions import.data
or root.data
.
bgtreenames
:Object of class "list"
representing the names of
optional ROOT
background trees.
bgrd
:Object of class "data.frame"
. The data.frame can contain
background intensities stored in ROOT
background trees.
projectinfo
:Object of class "ProjectInfo"
containing information
about the project.
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. intensities) 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 ‘DataTreeSet’.
settype
:Object of class "character"
describing the type of treeset
stored in setname
, usually ‘rawdata’.
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 = "DataTreeSet")
: import additional CEL-files and
update ROOT
data file rootfile
.
signature(object = "DataTreeSet")
: exports background trees from
ROOT
data file and and saves as data.frame bgrd
.
signature(object = "DataTreeSet")
: exports (x,y)-coordinates from
ROOT
data file and and saves as data.frame data
.
signature(object = "DataTreeSet")
: exports intensity trees from
ROOT
data file and and saves as data.frame data
.
signature(object = "DataTreeSet")
: exports scheme tree from
ROOT
scheme file and and saves as data.frame mask
of slot scheme
.
signature(object = "DataTreeSet")
: exports probe tree from
ROOT
scheme file and and saves fNumberGC
as data.frame probe
.
signature(object = "DataTreeSet")
: exports unit tree from
ROOT
scheme file and and saves as data.frame unitname
of slot scheme
.
signature(object = "DataTreeSet")
: extracts slot bgrd
.
signature(object = "DataTreeSet", value = "data.frame")
: replaces slot bgrd
.
signature(object = "DataTreeSet")
: extracts slot bgtreenames
.
signature(object = "DataTreeSet")
: extracts (x,y)-coordinates and corresponding
indices for all or selected unitIDs.
signature(object = "DataTreeSet")
: extracts slot data
.
signature(object = "DataTreeSet", value = "data.frame")
: replaces slot data
.
signature(x = "DataTreeSet")
: creates a boxplot of probe intensities
stratified by GC content.
signature(object = "DataTreeSet")
: extracts the mismatch intensities.
signature(object = "DataTreeSet")
: extracts (x,y)-coordinates and corresponding
MM indices for all or selected unitIDs.
signature(object = "DataTreeSet")
: extracts the physical number of
array columns from slot scheme
.
signature(object = "DataTreeSet")
: extracts the physical number of
array rows from slot scheme
.
signature(object = "DataTreeSet")
: extracts the perfect match intensities.
signature(object = "DataTreeSet")
: extracts (x,y)-coordinates and corresponding
PM indices for all or selected unitIDs.
signature(x = "DataTreeSet")
: creates a barplot of mean perfect match and
mismatch intensities.
signature(object = "DataTreeSet")
: extracts all or selected
probesetIDs from data.frame unitname
of slot scheme
with UnitName, i.e. probeset ID, as (row)names.
signature(x = "DataTreeSet")
: creates a line plot of probe intensities for
a probeset.
signature(object = "DataTreeSet")
: extracts slot projectinfo
.
signature(object = "DataTreeSet", value = "ProjectInfo")
: replaces slot projectinfo
.
signature(object = "DataTreeSet")
: returns the name(s) of the
imported raw CEL-files.
signature(object = "DataTreeSet")
: replaces data.frame bgrd
with an empty data.frame of dim(0,0).
signature(object = "DataTreeSet")
: replaces data.frame data
with an empty data.frame of dim(0,0).
signature(object = "DataTreeSet")
: replaces data.frame data
with an empty data.frame of dim(0,0).
signature(object = "DataTreeSet")
: replaces data.frame mask
from slot scheme
with an empty data.frame of dim(0,0).
signature(object = "DataTreeSet")
: replaces data.frame probe
with an empty data.frame of dim(0,0).
signature(object = "DataTreeSet")
: replaces data.frame
unitname
from slot scheme
with an empty data.frame of dim(0,0).
signature(object = "DataTreeSet")
: extracts internal UNIT_ID(s) for one
or more gene symbols.
signature(object = "DataTreeSet")
: extracts all or selected
transcriptIDs from data.frame unitname
of slot scheme
with UnitName, i.e. transcript ID, as (row)names.
signature(object = "DataTreeSet")
: extracts all or selected unitIDs
from data.frame unitname
of slot scheme
with UNIT_ID as (row)names.
signature(object = "DataTreeSet")
: extracts gene symbols for one
or more internal UNIT_ID(s).
signature(object = "DataTreeSet")
: extracts all or selected unitIDs
from data.frame unitname
of slot scheme
with UNIT_ID as (row)names.
signature(object = "DataTreeSet")
: extracts the valid data
from data.frame bgrd
.
signature(object = "DataTreeSet")
: extracts a subset of valid data
from data.frame data
.
signature(object = "DataTreeSet")
: applies background correction methods.
See bgcorrect
.
signature(object = "DataTreeSet")
: computes DABG call.
signature(object = "DataTreeSet")
: computes FIRMA expression level and splice score.
signature(object = "DataTreeSet")
: computes I/NI call.
signature(object = "DataTreeSet")
: computes MAS4 expression levels.
signature(object = "DataTreeSet")
: computes MAS5 expression levels.
signature(object = "DataTreeSet")
: computes MAS5 detection call.
signature(object = "DataTreeSet")
: applies normalization methods.
signature(object = "DataTreeSet")
: applies normalization methods.
signature(object = "DataTreeSet")
: applies quality control methods.
signature(object = "DataTreeSet")
: applies quality control methods.
signature(object = "DataTreeSet")
: computes RMA expression levels.
signature(object = "DataTreeSet")
: applies summarization methods.
Christian Stratowa
related classes ExprTreeSet
, CallTreeSet
.
1 | showClass("DataTreeSet")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.