Learn R Programming

misha (version 5.4.5)

gintervals.path: Returns the path on disk of an interval set

Description

Returns the path on disk of an interval set.

Usage

gintervals.path(intervals.set = NULL)

Arguments

Value

A character vector containing the full paths to the interval sets on disk.

Details

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.

See Also

gintervals.exists, gintervals.ls, gtrack.path

Examples

Run this code
# \dontshow{
options(gmax.processes = 2)
# }

gdb.init_examples()
gintervals.path("annotations")
gintervals.path(c("annotations", "coding"))

Run the code above in your browser using DataLab