View source: R/maf_col_utils.R
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.
1 | extract_polyphen(pphen)
|
1 2 | testing = c("probably_damaging(0.999)")
extract_polyphen(testing)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.