getData.GenomeInformation | R Documentation |
Gets all or a subset of the genome information data.
## S3 method for class 'GenomeInformation'
getData(this, units=NULL, fields=c("chromosome", "physicalPosition"), orderBy=NULL, ...,
force=FALSE, verbose=FALSE)
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 |
Returns a data.frame
, where the row names correspond to unit indices
as defined by the annotation unit names file.
*getUnitIndices()
.
For more information see GenomeInformation
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.