View source: R/maf_col_utils.R
This takes a column that has entries like "deleterious(0.03)" and returns a data frame with two columns containing the text description and the number.
1 | extract_sift(sift)
|
1 2 | testing = c("deleterious(0.03)")
extract_sift(testing)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.