Tests for a track existence.

gtrack.exists(track = NULL)

Arguments

track

track name

Value

'TRUE' if a track exists. Otherwise 'FALSE'.

Details

This function returns 'TRUE' if a track exists in Genomic Database.

Examples

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

gdb.init_examples()
gtrack.exists("dense_track")
#> [1] TRUE