Description Usage Arguments Value Examples
Accessors for physical array coordinates.
1 2 |
object |
|
type |
'character' defining the type of the probes to be queried. Valid options are 'pm', 'mm', 'bg' |
A vector with the requested coordinates.
1 2 3 4 5 6 | ## Not run:
x <- read.celfiles(list.celfiles())
theXpm <- getX(x, "pm")
theYpm <- getY(x, "pm")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.