Description Usage Arguments Value See Also Examples
clean_genes
reads in the gene variable from the variant file
and removes any additional info between parantheses.
1 | clean_genes(gene_vec)
|
gene_vec |
The atomic vector containing the annotated genes. |
character A clean version of the genes vector.
gsub
.
1 2 3 4 | ## Not run:
clean_genes(vars$gene) # assumes you have a vars data frame
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.