Description Usage Arguments Author(s) See Also Examples
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'.
1 |
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
1 2 3 4 5 6 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.