View source: R/annotate_VCF_functions.R
indel_category_correct | R Documentation |
Corrects Indel category output from PCAWG7-data-preparation-version-1.5 in the add_ID_cats_ToVCF function. Palimpsest uses the COSMIC indel categories (taken from the Sanger Institute's SigProfiler tool), whereas the PCAWG7-data-preparation-version-1.5 (from the Broad institute) uses slightly different categories.
indel_category_correct(input = NULL)
input |
VCF of indel mutations |
vcf_ID <- indel_category_correct(input = vcf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.