Description Usage Arguments Value Author(s) See Also Examples
Get an IdMap object using the data retrieved by a particular service represented by annotation object.
1 2 |
arrayType |
A |
primaryKey |
The name which will be assigned to the IdMap object primary column at the end of a data retrieval process. |
secondaryKey |
The name which will be assigned to the IdMap object secondary column at the end of a data retrieval process. |
force |
If |
graphics |
If |
verbose |
if |
... |
Additional parameters. |
An ID Map object
Alex Lisovich, Roger Day
For more information see Annotation
.
1 2 3 4 5 6 7 8 9 | ## Not run:
Annotation$init();
Annotation$setCredentials("Affymetrix",user="alex.lisovich@gmail.com",password="125438",verbose);
#create Affymetrix annotation object
annObj=AnnotationAffx();
#retrieve the ID Map
idMap<-getIdMap(annObj,arrayType="HG-U133_Plus_2",primaryKey="Affy",secondaryKey="Uniprot",verbose=TRUE);
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.