Description Usage Arguments Value Author(s) See Also Examples
Add services to the ServiceManager object.
1 2 | ## S3 method for class 'ServiceManager'
addServices(this, services, ...)
|
services |
A |
... |
Not used. |
Updated list of Annotation
- derived services.
Alex Lisovich, Roger Day
For more information see ServiceManager
.
1 2 3 4 5 6 7 8 9 10 11 | #create empty service manager object
svm<-ServiceManager(ServiceManager$getDefaultServices());
print(names(getServices(svm)))
#add services
addServices(svm,list(
NetAffx_F2=AnnotationAffx("Affymetrix_3_20_10"),
EnSembl_Q2=AnnotationEnsembl("Ensembl_3_20_10",species="Homo sapiens")
));
print(names(getServices(svm)));
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.