Skip to content

likelet/CaMutQC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  Integrative quality control of cancer somatic mutations with
Cancer Mutation Quality Control


Introduction

The quality control of cancer somatic mutations has a great significance in the research of cancer genomics. It helps reduce the noise, systematic bias, as well as the false positive rate in dataset, and to pick out candidate mutations related to tumorigenesis. However, existing tools were not designed especially for cancer somatic mutations, and parameters and filtering standards used are different among them. Besides, there is no such a platform, database or tool stores or summarizes the standards for filtration of cancer somatic mutations applied in previous studies, which increases the time and energy spent on related research.

Therefore, we present this R package, CaMutQC, for the comprehensive filtration and selection of cancer somatic mutations for tumor-normal paired samples. 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.

Also, a detailed and vivid filter report will be offered after completing a whole filtration or selection section.

Installation

  1. Through Bioconductor (recommended) to get the latest & most stable version:
if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("CaMutQC")
  1. Through Github to get the latest version:
#  install the latest version from GitHub
if(!require(devtools)) install.packages("devtools")
devtools::install_github("likelet/CaMutQC")

Usage

This is a simple workflow of CaMutQC.

CaMutQC framework

A detailed manual can be found here.

Author

This software was mainly developed by:

Supervised by

  • Jian Ren from School of Life Sciences in Sun Yat-sen University
  • Qi Zhao from Bioinformatic Center of Sun Yat-sen University Cancer Center

Maintainer

Xin Wang

Citation (AACR 2022 abstract)

Xin Wang, Jian Ren, Qi Zhao. Integrative quality control of cancer somatic mutations with CaMutQC [abstract]. In: Proceedings of the 113th Annual Meeting of the American Association for Cancer Research; 2022 April 8-13; New Orleans LA. Philadelphia (PA): AACR; 2022. Abstract nr 5004

About

An R package for mutation quality control of cancer genomic sequening dataset

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages