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