Learn R Programming

IdMappingRetrieval (version 1.20.0)

setOptions.Annotation: Set the parameters for an annotation object

Description

Set the parameters for an annotation object.

Usage

"setOptions"(this, ...)

Arguments

...
Parameters to be set for a given annotation object.

See Also

For more information see Annotation.

Examples

Run this code
## 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)

Run the code above in your browser using DataLab