getData.SnpInformation {aroma.affymetrix}R Documentation

Gets all or a subset of the genome information data

Description

Gets all or a subset of the genome information data.

Usage

## S3 method for class 'SnpInformation':
getData(this, units=NULL, fields=c("fragmentLength", "start", "stop"), orderBy=NULL, ..., force=FALSE, verbose=FALSE)

Arguments

units The units for which the data should be returned.
fields The fields to be returned.
orderBy The fields by which the returned data frame should be ordered.
... Named arguments used to select a subset of the units to be returned. Either a value to be compared to or a function returning TRUE or FALSE.

Value

Returns a data.frame, where the row names correspond to unit indices as defined by the CDF.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see SnpInformation.


[Package aroma.affymetrix version 1.2.0 Index]