homopolymer / cn-avg

Copy Number AVG pipeline for the analysis of NGS Cancer data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CN-AVG code

This package was used to create the simulations and figures for the CN-AVG theory publication (In preparation).

Pre-requisites:

  • DNAcopy package from BioConductor/R. Inside R:
source("http://bioconductor.org/biocLite.R")
biocLite("DNAcopy")
  • Python libraries
pip install pyvcf 
git clone git://github.com/benedictpaten/sonLib.git
git clone git://github.com/benedictpaten/cactus.git
  • For the automated pipeline:
git clone git://github.com/benedictpaten/jobTree.git

bedGraphToBigWig

Installation:

make
make install

Point PYTHONPATH to this directory.

About

Copy Number AVG pipeline for the analysis of NGS Cancer data

License:Other


Languages

Language:Python 92.5%Language:R 7.1%Language:C 0.2%Language:Makefile 0.2%