View source: R/track-management.R
| gtrack.info | R Documentation |
Returns information about a track.
gtrack.info(track = NULL, validate = FALSE)
track |
track name |
validate |
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.
A list that contains track properties
gtrack.exists, gtrack.ls
gdb.init_examples()
gtrack.info("dense_track")
gtrack.info("rects_track")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.