data
.Usage
validData(object, which = "", unitID = NULL, unittype = "transcript")
DataTreeSet
, ExprTreeSet
or CallTreeSet
.DataTreeSet
, otherwise name of column
containing unit name.character
vector, transcript or probeset.data.frame
.
DataTreeSet
and expression arrays, validData
returns all the
perfect match or mismatch probes on the arrays the object represents as data.frame,
i.e. which
can have the following values:
pm : |
|
perfect match probes. | |
mm : |
mismatch probes. |
For class DataTreeSet
and exon arrays, validData
returns the probes of
the different exon levels as data.frame, i.e. which
can have one of the following values:
core : |
|
probesets supported by RefSeq and full-length GenBank transcripts. | |
metacore : |
core meta-probesets. |
extended : |
|
probesets with other cDNA support. | |
metaextended : |
extended meta-probesets. |
full : |
|
probesets supported by gene predictions only. | |
metafull : |
full meta-probesets. |
affx : |
|
standard AFFX controls. | |
all : |
combination of above. |
genomic : |
|
genomic background probes. |
For class ExprTreeSet
validData
returns the valid expression levels from
slot data
with unit names as row names, usually the probeset IDs stored in
column which="UnitName"
.
For class CallTreeSet
validData
returns the valid detection call p-values
from slot data
with unit names as row names, usually the probeset IDs stored in
column which="UnitName"
.
pm
, mm
, validExpr
, validCall