Description Usage Arguments Author(s) Examples
Given an AffyBatch
object, looks at its phenoData slot to find the factor, or column specified by 'group' and searches that column for entries supplied in 'members'. Returns the indices of these rows. For example, in a six chip AffyBatch object, x, with a column 'treatment' containing 'c','c',t1','t2','t1','t2', a call to get.array.indices(x,\"treatment\",c(\"c\",\"t1\"))
would return c(1,2,3,5).
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
1 2 3 4 | ## Not run:
indices3 <- get.array.indices(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.