Tool:cnv_facets: somatic Copy Number Variant calling using the facets package
0
6
Entering edit mode
5.4 years ago

I'd like to bring to your attention cnv_facets, a command line tool for detecting copy number variant (CNV), based on the facets package (Shen R and Seshan VE, Nucleic Acid Res, 2016).

Recently I've been using the facets package for detecting CNVs in tumour-normal sample pairs. I think facets works great but facets being a collection of R functions (plus an external program to prepare the input), it requires manual interaction from the user and so it doesn't play well with a streamlined analysis pipeline.

cnv_facets wraps all the required steps, from BAM files to VCF output and summary plots, in a simple command line call:

cnv_facets.R -t tumor.bam -n normal.bam -vcf snps.vcf.gz -o tex

Installation can be done under regular user permission (no admin rights required) as:

git clone https://github.com/wwcrc/cnv_facets.git
cd cnv_facets
bash setup.sh /dir/on/your/path

For more information, check out the README file. Feel free to use and report any bugs, comments, questions.

CNV somatic facets cancer • 5.6k views
ADD COMMENT

Login before adding your answer.

Traffic: 3431 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6