array.subset {exonmap}R Documentation

Given an expression object get a particular subset of arrays defined by the phenoData

Description

Looks up the column named 'group' in the phenoData object to find members with a particular name and returns the specified arrays

Usage

 
  array.subset(x,group,members)

Arguments

x expression data
group the column to select on
members vector of column entries to pick

Details

Value

An object with only the selected arrays in

Author(s)

Crispin Miller

References

http://bioinformatics.picr.man.ac.uk/

See Also

group.indices

Examples

 
  ## Not run: 
    array.subset(exprs,"group",c("a",b"))
  
## End(Not run)

[Package exonmap version 1.0.07 Index]