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