getServices.ServiceManager {IdMappingRetrieval}R Documentation

Get list of annotation services encapsulated within the particular ServiceManager object

Description

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

Usage

## S3 method for class 'ServiceManager'
getServices(this, ...)

Arguments

...

Not used.

Value

List of Annotation derived services.

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see ServiceManager.

Examples

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

[Package IdMappingRetrieval version 1.34.0 Index]