Description Usage Arguments Fields and Methods Author(s)
Package:
Class Annotation
Object
~~|
~~+--
Annotation
Directly known subclasses:
AnnotationAffx, AnnotationEnsembl, AnnotationEnsemblCsv, AnnotationEnvision, AnnotationNetAffx
public abstract static class Annotation
extends Object
This is the base annotation class from which the concrete classes like AnnotationAffx, AnnotationEnvision etc. are derived
1 | Annotation(cacheFolderName="", primaryColumn="From", secondaryColumn="To", swap=FALSE, species="Homo sapiens", verbose=FALSE, ...)
|
cacheFolderName |
The path to a service cashing directory for a given Annotation object. The path is relative to the caching subsystem root directory. Default is 'Affymetrix' |
primaryColumn |
Primary column to be retrieved from a data frame obtained for a given service when getIdMap() on a given annotation object is called. Default is 'From'. |
secondaryColumn |
Secondary column(s) to be retrieved from a data frame obtained for a given service when getIdMap on a given annotation object is called. Default is 'To'. |
swap |
A |
species |
A |
verbose |
if |
... |
Additional parameters |
Methods:
getDataFrame | Get the entire data set available from a particular service in a form of a data frame. | |
getFolderName | Get caching folder name for a given Annotation object. | |
getIdMap | Get an IdMap object using the data retrieved by a particular service represented by annotation object. | |
getServiceRoot | Get a root directory for a particular annotation object. | |
setOptions | Set the parameters for an annotation object. | |
Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, registerFinalizer, save
Alex Lisovich, Roger Day
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.