Gets all or a subset of the genome information data.
# S3 method for SnpInformation
getData(this, units=NULL, fields=c("fragmentLength", "start", "stop"), orderBy=NULL, ...,
force=FALSE, verbose=FALSE)
Returns a data.frame
, where the row names correspond to unit indices
as defined by the CDF.
The units for which the data should be returned.
The fields to be returned.
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
.
For more information see SnpInformation
.