| setOptions.Annotation {IdMappingRetrieval} | R Documentation |
Set the parameters for an annotation object.
## S3 method for class 'Annotation' setOptions(this, ...)
... |
Parameters to be set for a given annotation object. |
Alex Lisovich, Roger Day
For more information see Annotation.
## Not run:
#create Ensembl annotation object
annObj<-AnnotationEnsemblCsv("EnsemblCsv");
#set the name of the file the annotation data to be retrieved from
setOptions(annObj,df_filename="ENSEMBL_biomart_export.txt");
## End(Not run)