make_ucsc_trackname | R Documentation |
Make valid UCSC track name from character string
make_ucsc_trackname(x)
x |
character vector. @export |
This function takes a character vector, and removes characters which are considered invalid for a UCSC track name: whitespace and non-ASCII characters.
character vector modified to remove invalid characters.
Other jam ucsc browser functions:
assign_track_defaults()
,
get_track_defaults()
,
parse_ucsc_gokey()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.