Learn R Programming

IdMappingRetrieval (version 1.20.0)

getServices.ServiceManager: Get list of annotation services encapsulated within the particular ServiceManager object

Description

Get list of annotation services encapsulated within the particular ServiceManager object.

Usage

"getServices"(this, ...)

Arguments

...
Not used.

Value

Annotation derived services.

See Also

For more information see ServiceManager.

Examples

Run this code
 svm<-ServiceManager(ServiceManager$getDefaultServices());
 print(names(getServices(svm)));
 

Run the code above in your browser using DataLab