Skip to content
/ dndscv Public
forked from im3sanger/dndscv

dN/dS methods to quantify selection in cancer and somatic evolution

Notifications You must be signed in to change notification settings

ahy1221/dndscv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dndscv

Description

The dNdScv R package is a suite of maximum-likelihood dN/dS methods designed to quantify selection in cancer and somatic evolution (Martincorena et al., 2017). The package contains functions to quantify dN/dS ratios for missense, nonsense and essential splice mutations, at the level of individual genes, groups of genes or at whole-genome level. The dNdScv method was designed to detect cancer driver genes (i.e. genes under positive selection in cancer) on datasets ranging from a few samples to thousands of samples, in whole-exome/genome or targeted sequencing studies.

The background mutation rate of each gene is estimated by combining local information (synonymous mutations in the gene) and global information (variation of the mutation rate across genes, exploiting epigenomic covariates), and controlling for the sequence composition of the gene and mutational signatures. Unlike traditional implementations of dN/dS, dNdScv uses trinucleotide context-dependent substitution matrices to avoid common mutation biases affecting dN/dS (Greenman et al., 2006).

Note

Beta version. New functionalities will soon be added to this R package, including support for other genome assemblies or species and to allow flexible inferences of selection on input fasta files.

Installation

You can use devtools::github_install() to install dndscv from this repository:

> library(devtools); install_github("im3sanger/dndscv")

Reference

Martincorena I, et al. (2017) Universal Patterns of Selection in Cancer and Somatic Tissues. Under review.

Acknowledgements

Moritz Gerstung!

About

dN/dS methods to quantify selection in cancer and somatic evolution

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 55.2%
  • R 44.8%