CaMutQC
An R Package for Comprehensive Filtration and Selection of Cancer Somatic Mutations
Bioconductor version: 3.23 · Package version: 1.8.0
CaMutQC is able to filter false positive mutations generated due to technical issues, as well as to select candidate cancer mutations through a series of well-structured functions by labeling mutations with various flags. And a detailed and vivid filter report will be offered after completing a whole filtration or selection section. Also, CaMutQC integrates serveral methods and gene panels for Tumor Mutational Burden (TMB) estimation.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("CaMutQC") Details
| Maintainer | Xin Wang <sylviawang555@gmail.com> |
| Author | Xin Wang [aut, cre] (ORCID: <https://orcid.org/0000-0002-6072-599X>) |
| License | GPL-3 |
| URL | https://github.com/likelet/CaMutQC |
| Bug Reports | https://github.com/likelet/CaMutQC/issues |
| Downloads rank | 182 |
| Source branch | RELEASE_3_23 |
| biocViews | GeneTarget, QualityControl, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.5.0)
Imports: ggplot2, dplyr, org.Hs.eg.db, vcfR, clusterProfiler, stringr, DT, MesKit, maftools, data.table, utils, stats, methods, tidyr