View source: R/mutFilterType.R
mutFilterType | R Documentation |
Filter variants based on variant types
mutFilterType(maf, keepType = "exonic")
maf |
An MAF data frame, generated by |
keepType |
A group of variant classifications will be kept, including 'exonic', 'nonsynonymous' and 'all'. Default: 'exonic'. |
An MAF data frame where some variants has T tag in CaTag column for variant type filtration
maf <- vcfToMAF(system.file("extdata",
"WES_EA_T_1_mutect2.vep.vcf", package="CaMutQC"))
mafF <- mutFilterType(maf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.