shorten_change: Shorten change column from variant file

Description Usage Arguments Value See Also Examples

Description

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

Usage

1
shorten_change(change_vec)

Arguments

change_vec

The character vector containing change values.

Value

A character vector with shortened change values.

See Also

mapvalues

Examples

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

## End(Not run)

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