Description Usage Arguments Value Examples
View source: R/annotate_variants.R
Generates a variant type table
1 | 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
1 2 | bay <- readRDS(system.file("testdata", "bagel.rds", package = "BAGEL"))
BAGEL:::add_variant_type(bay@variants)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.