Description Objects from the Class Slots Extends Methods Author(s) Examples
This class provides the link to the ROOT scheme file and 
the ROOT trees contained therein. It extends class TreeSet.
Objects can be created using the functions import.expr.scheme,
import.exon.scheme, import.genome.scheme or root.scheme.
chipname:Object of class "character" representing the Affymetrix
chip name.
chiptype:Object of class "character" representing the chip tpye, 
either ‘GeneChip’, ‘GenomeChip’ or ‘ExonChip’.
probeinfo:Object of class "list" representing chip information, 
including nrows, ncols, number of probes, etc.
unitname:Object of class "data.frame". The data.frame can contain the  
mapping between the internal UNIT_IDs and the UnitNames, i.e. the probeset IDs.
mask:Object of class "data.frame". The data.frame can contain the mask 
used to identify the probes as e.g. PM, MM or control probes.
probe:Object of class "data.frame". The data.frame can contain the probe 
info for the oligos as e.g. probe sequence, G/C content.
setname:Object of class "character" representing the name to the
ROOT file subdirectoy where the ROOT scheme trees are stored;
it is identical to chipname.
settype:Object of class "character" describing the type of treeset
stored in setname, i.e. ‘scheme’.
rootfile:Object of class "character" representing the name 
of the ROOT scheme 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 "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.
Christian Stratowa
1  | showClass("SchemeTreeSet")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.