indel_category_correct: indel_category_correct

View source: R/annotate_VCF_functions.R

indel_category_correctR Documentation

indel_category_correct

Description

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.

Usage

indel_category_correct(input = NULL)

Arguments

input

VCF of indel mutations

Examples

vcf_ID <- indel_category_correct(input = vcf)

FunGeST/Palimpsest documentation built on June 2, 2024, 4:21 a.m.