shorten_pph2: Shorten PPH2 column from variant file

Description Usage Arguments Value See Also Examples

Description

shorten_pph2 shortens the PPH2 column from the variant file in order to print results in a more efficient manner.

Usage

1
shorten_pph2(pph2_vec)

Arguments

pph2_vec

The character vector containing pph2 values.

Value

A character vector with shortened pph2 values.

See Also

mapvalues

Examples

1
2
3
4
5
## Not run: 
tmp <- shorten_pph2(vars$pph2_pred)
table(tmp, useNA = "ifany")

## End(Not run)

bahlolab/varpr documentation built on May 11, 2019, 5:26 p.m.