Description Arguments Details Value Author(s) See Also
Extracts a subset of valid data from data.frame data.
Usage
validData(object, which = "", unitID = NULL, unittype = "transcript")
object |
object of class |
which |
type of probes to be returned for |
unitID |
optional vector of UNIT_IDs. |
unittype |
|
For class 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. | |
both: | both perfect match and 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. | |
antigenomic: | antigenomic 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".
A data.frame.
Christian Stratowa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.