Description Usage Arguments Value Examples
View source: R/annotate_variants.R
Subsets a variant table based on Variant Type
1 | subset_variant_by_type(tab, type)
|
tab |
Input variant table |
type |
Variant type to return e.g. "SBS", "INS", "DEL", "DBS" |
Returns the input variant table subsetted to only contain variants of the specified variant type
1 2 3 | bay <- readRDS(system.file("testdata", "bagel.rds", package = "BAGEL"))
annotate_variant_type(bay)
subset_variant_by_type(get_variants(bay), "SBS")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.