gtrack.path: Returns the path on disk of a track

View source: R/track-management.R

gtrack.pathR Documentation

Returns the path on disk of a track

Description

Returns the path on disk of a track.

Usage

gtrack.path(track = NULL)

Arguments

track

track name or a vector of track names

Details

This function returns the actual file system path where a track is stored. The function works with a single track name or a vector of track names.

Value

A character vector containing the full paths to the tracks on disk.

See Also

gtrack.exists, gtrack.ls, gintervals.path

Examples



gdb.init_examples()
gtrack.path("dense_track")
gtrack.path(c("dense_track", "sparse_track"))


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