get.array.subset {simpleaffy} | R Documentation |
Looks at a factor in the phenotypic data for an AffyBatch
or ExpressionSet
object and
uses it to select a subset of arrays, as defined by 'members'.
get.array.subset(x,group,members)
x |
An |
group |
The name of the pData column to use. |
members |
The labels within the pData column to match against. |
Crispin J Miller
get.array.subset.affybatch
get.array.subset.exprset
## Not run: subset1 <- get.array.subset.affybatch(eset.rma,"group","A") subset2 <- get.array.subset.exprset(eset.rma,"group",c("A","P")) subset3 <- get.array.subset(eset.rma,"group","A") ## End(Not run)