Description Usage Arguments Fields and Methods Author(s)
Package:
Class AnnotationNetAffx
Object
~~|
~~+--
Annotation
~~~~~~~|
~~~~~~~+--
AnnotationAffx
~~~~~~~~~~~~|
~~~~~~~~~~~~+--
AnnotationNetAffx
Directly known subclasses:
public static class AnnotationNetAffx
extends AnnotationAffx
The AnnotationNetAffx class encapsulates the functionality allowing to retrieve data from the NetAffx batch query system through the Annotation.getIdMap() and Annotation.getDataFrame() calls on this object. The NetAffx batch query system requires to submit the probeset IDs by providing text files in a special format, maximum 10000 IDs per file. The results are returned in a form of a tab delimited text file, one file per submission, so the query results for a whole array are presented by a set of such files. The AnnotationNetAffx object encapsulates the functionality allowing to interactively choose the set of result files and merge them into a single data frame during the Annotation.getIdMap() and Annotation.getDataFrame() calls on the AnnotationNetAffx object.
1 | AnnotationNetAffx(cacheFolderName="NetAffxCsv", primaryColumn="Probe.Set.ID", secondaryColumn="SwissProt", swap=TRUE, df_filename=NULL, ...)
|
cacheFolderName |
The symbolic name of a service represented by a given AnnotationNetAffx object. |
primaryColumn |
Primary column to be retrieved from a data frame obtained from the Affymetrix annotation repository when getIdMap() is called. Default is 'Probe.Set.ID'. |
secondaryColumn |
Secondary column to be retrieved from a data frame obtained from the Affymetrix annotation repository when getIdMap() is called. Default is 'SwissProt'. |
swap |
A |
df_filename |
Character vector, character string or |
... |
Additiional parameters, see |
Methods:
Methods inherited from AnnotationAffx:
getColumns, getProbesetList, readDF, setCredentials
Methods inherited from Annotation:
getArrayType, getArrayTypes, getColumns, getCredentials, getDataFrame, getFolderName, getIdMap, getRoot, getServiceRoot, init, readDF, setCredentials, setOptions
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.