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

View source: R/intervals-operations.R

gintervals.pathR Documentation

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

intervals.set

name of an interval set or a vector of interval set names

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.

Value

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

See Also

gintervals.exists, gintervals.ls, gtrack.path

Examples



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


misha documentation built on Dec. 14, 2025, 9:06 a.m.