type_context | R Documentation |
A function to extract the bases 3' upstream and 5' downstream of the base substitution types. This function is from the MutationalPatterns Package.
type_context(vcf, ref_genome, extension = 1)
vcf |
A CollapsedVCF object |
ref_genome |
Reference genome |
extension |
The number of bases, that's extracted upstream and downstream of the base substitutions. (Default: 1). |
Mutation types and context character vectors in a named list
https://genomemedicine.biomedcentral.com/articles/10.1186/s13073-018-0539-0
#' @export
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.