gvtrack.rm | R Documentation |
Deletes a virtual track.
gvtrack.rm(vtrack = NULL)
vtrack |
virtual track name |
This function deletes a virtual track from current R environment.
None.
gvtrack.create
, gvtrack.ls
gdb.init_examples()
gvtrack.create("vtrack1", "dense_track", "max")
gvtrack.create("vtrack2", "dense_track", "quantile", 0.5)
gvtrack.ls()
gvtrack.rm("vtrack1")
gvtrack.ls()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.