mutFilterAdj | R Documentation |
Filter SNVs with adjacent indels
mutFilterAdj(maf, maxIndelLen = 50, minInterval = 10)
maf |
An MAF data frame, generated by |
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 |
An MAF data frame after filtration for adjacent variants.
maf <- vcfToMAF(system.file("extdata",
"WES_EA_T_1_mutect2.vep.vcf", package="CaMutQC"))
mafF <- mutFilterAdj(maf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.