This is a test version of Biostars. For the public version, visit https://www.biostars.org.
What Is The Vcf-Compliant Way Of Specifying Copy Number Values For Tumor/Normal Analysis?

What is the VCF-compliant way of specifying that a region of a chromosome contains a given copy number value in the tumor and a given copy number value in the normal?

Reading the specification (http://www.1000genomes.org/wiki/Analysis/Variant%20Call%20Format/vcf-variant-call-format-version-41) I understand that the copy numbers have to be specified with the CN tag:

##INFO=<ID=CN,Number=1,Type=Integer,Description="Copy number of segment containing breakend">

But how should the tumor/normal info be written? Can I have an example vcf file where chromosomal segments in the tumor have a different CN to the normal? And is there any toolkit that will validate CN information in a VCF to say if it abides by the spec?

vcf cnv software

1 answer

I think the FORMAT CN tag, which allows you to assign a copy number to each sample individually, might satisfy your needs.

Log in to answer this question.