View source: R/annotate_VCF_functions.R
extract_dbs_from_vcf | R Documentation |
returns lines of a VCF corresponding to DBS mutations. The VCF must be ordered by sample, CHROM and position for this function to work (can be performed by the "order_vcf()" function.
extract_dbs_from_vcf(vcf = NULL)
vcf |
The input VCF from which DBS mutations are to be extracted |
vcf_dbs <- extract_dbs_from_vcf(vcf = vcf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.