View source: R/annotate_variants.R
subset_variant_by_type | R Documentation |
Subsets a variant table based on Variant Type
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
data(musica)
annotate_variant_type(musica)
subset_variant_by_type(variants(musica), "SBS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.