mutFilterAdj: mutFilterAdj

View source: R/mutFilterAdj.R

mutFilterAdjR Documentation

mutFilterAdj

Description

Filter SNVs with adjacent indels

Usage

mutFilterAdj(maf, maxIndelLen = 50, minInterval = 10)

Arguments

maf

An MAF data frame, generated by vcfToMAF function.

maxIndelLen

Maximum length of indel accepted to be included. Default: 50

minInterval

Minimum length of interval between an SNV and an indel accepted to be included. Default: 10

Value

An MAF data frame after filtration for adjacent variants.

Examples

maf <- vcfToMAF(system.file("extdata",
"WES_EA_T_1_mutect2.vep.vcf", package="CaMutQC"))
mafF <- mutFilterAdj(maf)

likelet/CaMutQC documentation built on April 3, 2024, 9:06 a.m.