Description Usage Arguments Value See Also Examples
shorten_change
shortens the change column from the variant file in
order to print results in a more efficient manner.
1 | shorten_change(change_vec)
|
change_vec |
The character vector containing change values. |
A character vector with shortened change values.
1 2 3 4 5 | ## Not run:
tmp <- shorten_region(vars$change)
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.