https://github.com/likelet/camutqc
An R package for mutation quality control of cancer genomic sequening dataset
https://github.com/likelet/camutqc
cancer-genomics somatic-mutations
Last synced: 27 days ago
JSON representation
An R package for mutation quality control of cancer genomic sequening dataset
- Host: GitHub
- URL: https://github.com/likelet/camutqc
- Owner: likelet
- License: gpl-3.0
- Created: 2020-08-31T00:55:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T05:42:00.000Z (9 months ago)
- Last Synced: 2025-04-16T11:41:25.130Z (about 1 month ago)
- Topics: cancer-genomics, somatic-mutations
- Language: R
- Homepage: https://seqworld.com/CaMutQC/
- Size: 68.4 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Integrative quality control of cancer somatic mutations with
[Ca]()ncer [Mut]()ation [Q]()uality [C]()ontrol
## 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:
```R
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("CaMutQC")
```2. Through Github to get the latest version:
```R
# 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.
A detailed manual can be found [here](https://seqworld.com/CaMutQC/).
## Author
This software was mainly developed by:
* Xin Wang, [email protected]
## Supervised by
* [Jian Ren]([email protected]) from School of Life Sciences in Sun Yat-sen University
* [Qi Zhao]([email protected]) from Bioinformatic Center of Sun Yat-sen University Cancer Center## Maintainer
[Xin Wang]([email protected])## 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