Description Usage Arguments Author(s) See Also Examples
Set the parameters for an annotation object.
1 2 | ## 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
.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.