addServices.ServiceManager: Add services to the ServiceManager object

Description Usage Arguments Value Author(s) See Also Examples

Description

Add services to the ServiceManager object.

Usage

1
2
## S3 method for class 'ServiceManager'
addServices(this, services, ...)

Arguments

services

A list of services to be set within the ServiceManager object.

...

Not used.

Value

Updated list of Annotation - derived services.

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see ServiceManager.

Examples

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

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