Description Usage Arguments Details Value Author(s) Examples
Find the index of the exact match (PM) or background probes from a probeAnno environment
1 2 |
probeAnno |
environment with probe annotations. See
package |
These functions extract the exact match probes (PM) or background
probes (from intergenic regions outside of known annotations) indices from probeAnno.
These indices can be used to select the relevant rows of intensity
data from the ExpressionSet object for plotting and normalization.
Numeric vector of indices.
Matt Ritchie <ritchie@ebi.ac.uk>
1 2 3 4 5 6 7 | ## library(davidTiling)
## data(davidTiling)
## data(probeAnno)
## pmind <- PMindex(probeAnno)
## mmind <- MMindex(probeAnno)
## bgind <- BGindex(probeAnno)
## boxplot(as.data.frame(log2(exprs(davidTiling))[pmind,]), outline=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.