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