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)

oligo documentation built on Nov. 8, 2020, 6:52 p.m.