View source: R/track-management.R
| gtrack.rm | R Documentation |
Deletes a track.
gtrack.rm(track = NULL, force = FALSE, db = NULL)
track |
track name |
force |
if 'TRUE', suppresses user confirmation of a named track removal |
db |
optional database path to delete the track from when multiple databases are connected |
This function deletes a track from the Genomic Database. By default 'gtrack.rm' requires the user to interactively confirm the deletion. Set 'force' to 'TRUE' to suppress the user prompt.
None.
gtrack.exists, gtrack.ls,
gtrack.create, gtrack.2d.create,
gtrack.create_sparse, gtrack.smooth
gdb.init_examples()
gtrack.create("new_track", "Test track", "2 * dense_track")
gtrack.exists("new_track")
gtrack.rm("new_track", force = TRUE)
gtrack.exists("new_track")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.