readDF.Annotation {IdMappingRetrieval} | R Documentation |
This is an internal function called from within Annotation.getDataFrame() on a particular annotation object. The algorithm of the data frame extraction is annotation object type specific and reflects the format and content of the data returned by a particular query system.
## S3 method for class 'Annotation' readDF(this, arrayType, verbose=FALSE, ...)
arrayType |
The microarray chip name. |
verbose |
if |
... |
Additional arguments. |
data.frame
containing annotation data for a particular microarray.
Alex Lisovich, Roger Day
For more information see Annotation
.