Learn R Programming

oligo (version 1.36.1)

getX: Accessors for physical array coordinates.

Description

Accessors for physical array coordinates.

Usage

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

Run this code
x <- read.celfiles(list.celfiles())
theXpm <- getX(x, "pm")
theYpm <- getY(x, "pm")

Run the code above in your browser using DataLab