View source: R/annotate_variants.R
add_variant_type | R Documentation |
Generates a variant type table
add_variant_type(tab)
tab |
Input variant table |
Returns the inputted variant table with variant type ("SBS", "DBS", "INS", "DEL") added as an appended "Variant_Type" column
data(musica)
variants <- variants(musica)
musicatk:::add_variant_type(variants)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.