PMindex: Find the index of the exact match (PM) or background probes...

Description Usage Arguments Details Value Author(s) Examples

View source: R/PMindex.R

Description

Find the index of the exact match (PM) or background probes from a probeAnno environment

Usage

1
2
PMindex(probeAnno)
BGindex(probeAnno)

Arguments

probeAnno

environment with probe annotations. See package davidTiling for an example (?probeAnno).

Details

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.

Value

Numeric vector of indices.

Author(s)

Matt Ritchie <ritchie@ebi.ac.uk>

Examples

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)           

tilingArray documentation built on Nov. 8, 2020, 10:59 p.m.