getX {oligo} | R Documentation |
Accessors for physical array coordinates.
getX(object, type) getY(object, type)
object |
FeatureSet object |
type |
'character' defining the type of the probes to be queried. Valid options are 'pm', 'mm', 'bg' |
A vector with the requested coordinates.
## Not run: x <- read.celfiles(list.celfiles()) theXpm <- getX(x, "pm") theYpm <- getY(x, "pm") ## End(Not run)