Description Usage Arguments Value See Also Examples
shorten_refalt
shortens the REF/ALT column from the variant file in
order to print results in a more efficient manner.
1 | shorten_refalt(x, max_len = 5)
|
x |
The character vector containing REF/ALT values. |
max_len |
The maximum number of characters used to print out the values. |
A character vector with shortened REF/ALT values. A star '*' is appended as a flag.
1 2 3 4 5 | ## Not run:
shorten_refalt(vars$REF)
shorten_refalt(vars$ALT)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.