Description Usage Arguments Value See Also Examples
shorten_region
shortens the region column from the variant file in
order to print results in a more efficient manner.
1 | shorten_region(region_vec)
|
region_vec |
The character vector containing region values. |
A character vector with shortened region values.
1 2 3 4 5 | ## Not run:
tmp <- shorten_region(vars$region)
table(tmp, useNA = "ifany")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.