Description Usage Arguments Value Author(s) See Also Examples
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.
1 2 | ## S3 method for class 'Annotation'
getServiceRoot(this, ...)
|
... |
Not used. |
A character
string containing the path to the service caching directory.
Alex Lisovich, Roger Day
For more information see Annotation
.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.