ROOT
scheme file and
the ROOT
trees contained therein. It extends class TreeSet
.import.expr.scheme
,
import.exon.scheme
, import.genome.scheme
or root.scheme
.chipname
:"character"
representing the Affymetrix
chip name.chiptype
:"character"
representing the chip tpye,
either GeneChip, GenomeChip or ExonChip.probeinfo
:"list"
representing chip information,
including nrows, ncols, number of probes, etc.unitname
:"data.frame"
. The data.frame can contain the
mapping between the internal UNIT_ID
s and the UnitName
s, i.e. the probeset IDs.mask
:"data.frame"
. The data.frame can contain the mask
used to identify the probes as e.g. PM, MM or control probes.probe
:"data.frame"
. The data.frame can contain the probe
info for the oligos as e.g. probe sequence, G/C content.setname
:"character"
representing the name to the
ROOT
file subdirectoy where the ROOT
scheme trees are stored;
it is identical to chipname
.settype
:"character"
describing the type of treeset
stored in setname
, i.e. scheme.rootfile
:"character"
representing the name
of the ROOT
scheme file, including full path.filedir
:"character"
describing the full path to
the system directory where rootfile
is stored.numtrees
:"numeric"
representing the number of
ROOT
trees stored in subdirectoy setname
.treenames
:"list"
representing the names of the
ROOT
trees stored in subdirectoy setname
."TreeSet"
, directly.signature(object = "SchemeTreeSet")
: exports scheme tree from
ROOT
scheme file and and saves as data.frame mask
.signature(object = "SchemeTreeSet")
: exports probe tree from
ROOT
scheme file and and saves varlist
as data.frame probe
.signature(object = "SchemeTreeSet")
: exports probe tree from
ROOT
scheme file and and saves fNumberGC
as data.frame probe
.signature(object = "SchemeTreeSet")
: exports probe tree from
ROOT
scheme file and and saves fSequence
as data.frame probe
.signature(object = "SchemeTreeSet")
: exports unit tree from
ROOT
scheme file and and saves as data.frame unitname
.signature(object = "SchemeTreeSet")
: extracts data.frame mask
.signature(object = "SchemeTreeSet", value = "data.frame")
: replaces
data.frame mask
.signature(object = "SchemeTreeSet")
: extracts slot chipname
.signature(object = "SchemeTreeSet")
: extracts data.frame probe
.signature(object = "SchemeTreeSet", value = "data.frame")
: replaces
data.frame probe
.signature(object = "SchemeTreeSet")
: extracts slot chiptype
.signature(object = "SchemeTreeSet", value = "character")
: replaces
slot chiptype
.signature(object = "SchemeTreeSet")
: exports ROOT
trees
as text file, see export-methods
.signature(object = "SchemeTreeSet")
: extracts the physical number of
array columns from slot probeinfo
.signature(object = "SchemeTreeSet")
: extracts the physical number of
array rows from slot probeinfo
.signature(object = "SchemeTreeSet")
: extracts all or selected
GC contents from data.frame probe
.signature(object = "SchemeTreeSet")
: extracts slot probeinfo
.signature(object = "SchemeTreeSet")
: extracts all or selected
probe sequences from data.frame probe
.signature(object = "SchemeTreeSet")
: extracts all or selected
probesetIDs from data.frame unitname
with UnitName, i.e. probeset ID, as (row)names.signature(object = "SchemeTreeSet")
: replaces data.frame mask
with an empty data.frame of dim(0,0).signature(object = "SchemeTreeSet")
: replaces data.frame probe
with an empty data.frame of dim(0,0).signature(object = "SchemeTreeSet")
: replaces data.frame probe
with an empty data.frame of dim(0,0).signature(object = "SchemeTreeSet")
: replaces data.frame probe
with an empty data.frame of dim(0,0).signature(object = "SchemeTreeSet")
: replaces data.frame
unitname
with an empty data.frame of dim(0,0).signature(object = "SchemeTreeSet")
: extracts internal UNIT_ID(s) for one
or more gene symbols.signature(object = "SchemeTreeSet")
: extracts all or selected
transcriptIDs from data.frame unitname
with UnitName, i.e. transcript ID, as (row)names.signature(object = "SchemeTreeSet")
: extracts all or selected unitIDs
from data.frame unitname
with UNIT_ID as (row)names.signature(object = "SchemeTreeSet")
: extracts gene symbols for one
or more internal UNIT_ID(s).signature(object = "SchemeTreeSet")
: extracts all or selected unitIDs
from data.frame unitname
with UNIT_ID as (row)names.signature(object = "SchemeTreeSet")
: extracts data.frame unitname
.signature(object = "SchemeTreeSet", value = "data.frame")
: replaces
data.frame unitname
.