powered by
Returns information about a track.
gtrack.info(track = NULL, validate = FALSE)
A list that contains track properties
track name
if TRUE, validates the track index file integrity (for indexed tracks). Default: FALSE
Returns information about the track (type, dimensions, size in bytes, etc.). The fields in the returned value vary depending on the type of the track.
gtrack.exists, gtrack.ls
gtrack.exists
gtrack.ls
# \dontshow{ options(gmax.processes = 2) # } gdb.init_examples() gtrack.info("dense_track") gtrack.info("rects_track")
Run the code above in your browser using DataLab