setOptions.Annotation: Set the parameters for an annotation object

Description Usage Arguments Author(s) See Also Examples

Description

Set the parameters for an annotation object.

Usage

1
2
## 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

1
2
3
4
5
6
7
## 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)

professorbeautiful/IdMappingRetrieval documentation built on May 26, 2019, 8:33 a.m.