Description Usage Arguments Value
fix the allele column for variants with allele columns that are structured like "sub(G->T)" (the "->" translates to ">", and sub(G->T), this is an excel to R conversion issue. Perhaps it is unicode from excel?
1 | fix_sub_alleles(variants, allele_column)
|
variants |
data frame of variants |
allele_column |
name of column containing allele information |
a data frame with chrom, start_pos, end_pos and allele columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.