setOptions.Annotation {IdMappingRetrieval}R Documentation

Set the parameters for an annotation object

Description

Set the parameters for an annotation object.

Usage

## S3 method for class 'Annotation'
setOptions(this, ...)

Arguments

...

Parameters to be set for a given annotation object.

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see Annotation.

Examples

## 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)

[Package IdMappingRetrieval version 1.34.0 Index]