View source: R/track-management.R
| gtrack.path | R Documentation |
Returns the path on disk of a track.
gtrack.path(track = NULL)
track |
track name or a vector of track names |
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.
A character vector containing the full paths to the tracks on disk.
gtrack.exists, gtrack.ls,
gintervals.path
gdb.init_examples()
gtrack.path("dense_track")
gtrack.path(c("dense_track", "sparse_track"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.