readDF.Annotation {IdMappingRetrieval}R Documentation

Retrieve the annotation data frame from the service data repository

Description

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.

Usage

## S3 method for class 'Annotation'
readDF(this, arrayType, verbose=FALSE, ...)

Arguments

arrayType

The microarray chip name.

verbose

if TRUE enables diagnostic messages.

...

Additional arguments.

Value

data.frame containing annotation data for a particular microarray.

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see Annotation.


[Package IdMappingRetrieval version 1.34.0 Index]