View source: R/intervals-operations.R
| gintervals.path | R Documentation |
Returns the path on disk of an interval set.
gintervals.path(intervals.set = NULL)
intervals.set |
name of an interval set or a vector of interval set names |
This function returns the actual file system path where an interval set is stored. The function works with a single interval set name or a vector of names.
A character vector containing the full paths to the interval sets on disk.
gintervals.exists, gintervals.ls,
gtrack.path
gdb.init_examples()
gintervals.path("annotations")
gintervals.path(c("annotations", "coding"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.