coordinates: Accessors for physical array coordinates.

Description Usage Arguments Value Examples

Description

Accessors for physical array coordinates.

Usage

1
2
getX(object, type)
getY(object, type)

Arguments

object

FeatureSet object

type

'character' defining the type of the probes to be queried. Valid options are 'pm', 'mm', 'bg'

Value

A vector with the requested coordinates.

Examples

1
2
3
4
5
6
## Not run: 
x <- read.celfiles(list.celfiles())
theXpm <- getX(x, "pm")
theYpm <- getY(x, "pm")

## End(Not run)

benilton/oligo-release documentation built on May 12, 2019, 10:59 a.m.