get_tracks_dir | R Documentation |
get_tracks_dir Get the directory where tracks are stored. The directory can be defined with environmental variable. If not defined the default is a directory called "tracks" in the temp directory. We need a local directory to write files - for instance, a vcf file representing a genomic region of interest. We then tell shiny about that directory, so that shiny's built-in http server can serve up files we write there, ultimately consumed by igv.js
get_tracks_dir(env_var = "TRACKS_DIR")
env_var |
The name of the environmental variable to use. |
string with the path to the tracks directory.
gtd <- get_tracks_dir(env_var = "TRACKS_DIR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.