Description Usage Arguments Details Value Examples
Extracts the indexes for PM, MM or background probes.
1 2 3 |
object |
|
... |
Extra arguments, not yet implemented |
The indices are ordered by 'fid', i.e. they follow the order that the probes appear in the CEL/XYS files.
A vector of integers representing the rows of the intensity matrix that correspond to PM, MM or background probes.
1 2 3 4 5 6 7 8 9 | ## How pm() works
## Not run:
x <- read.celfiles(list.celfiles())
pms0 <- pm(x)
pmi <- pmindex(x)
pms1 <- exprs(x)[pmi,]
identical(pms0, pms1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.