extract_polyphen: Split a polyphen column into text and number

Description Usage Examples

View source: R/maf_col_utils.R

Description

This takes a column that has entries like "Probably damaging(0.999)" and returns a data frame with two columns containing the text description and the number.

Usage

1

Examples

1
2
testing = c("probably_damaging(0.999)")
extract_polyphen(testing)

seandavi/TargetOsteoAnalysis documentation built on May 22, 2020, 8:23 p.m.