getServiceRoot.Annotation: Get a root directory for a particular annotation object

Description Usage Arguments Value Author(s) See Also Examples

Description

Retrieves a root directory for a particular service within the caching subsytem file structure. If the static version of call used (no service object specified), returns the path to the caching root directory.

Usage

1
2
## S3 method for class 'Annotation'
getServiceRoot(this, ...)

Arguments

...

Not used.

Value

A character string containing the path to the service caching directory.

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see Annotation.

Examples

1
2
3
4
5
6
7
8
## Not run: 
  #get the path to service object caching folder
  annObj<-AnnotationDavid("DAVID",species="Homo sapiens");
  getServiceRoot(annObj);
  #get the path to caching system root directory
  Annotation$getServiceRoot();

## End(Not run)

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