Are there NGS-based CNV callers that utilise allele frequency?
2
0
Entering edit mode
6.9 years ago
d-cameron ★ 2.9k

I've been attempting to find a CNV caller for WGS data that utilises both BAF and read depth but there seems to be a dearth of them. I've only managed to find PennCNV-Seq (appear to lack a corresponding publication), Weaver (cancer only, wasted a day failing to get it to run due to severe lack of documentation), and HadoopCNV (requires hadoop cluster).

I'm wondering what I'm missing. Are there really almost no WGS BAF+read depth CNV callers? Are people using purely read depth based callers for CNV calling, or are they using CNV callers designed for SNP arrays and converting the read depth signal to a logR signal to do CNV calling?

CNV • 2.8k views
ADD COMMENT
1
Entering edit mode

Sequenza uses BAF. I think cnMops does too.

ADD REPLY
0
Entering edit mode

I had to look up BAF. Where did that come from? What's wrong with "AF"?

I got:

The B-Allele Frequency is a normalized measure of the allelic intensity ratio of two alleles (A and B), such that a BAF of 1 or 0 indicates the complete absence of one of the two alleles (e.g. AA or BB), and a BAF of 0.5 indicates the equal presence of both alleles (e.g. AB)

So... is there a difference between BAF and AF? They seem the same to me. Perhaps that definition is wrong?

ADD REPLY
1
Entering edit mode

BAF tends to refer to inherited (germline) SNPs, whereas AF (or VAF) are often associated with somatic SNVs. The B allele could also be considered the allele that is more rare in the population.

ADD REPLY
0
Entering edit mode

Thanks for the reply. That still seems very vague, though. According to what you said, the definition I posted is wrong as there is an implicit "B is not the reference allele". Does anyone have a better definition of BAF?

ADD REPLY
0
Entering edit mode

It's a historical term from SNP arrays in which the "B" allele probe was the non-reference allele. You are correct in that the B is redundant as pretty much the first thing CNV callers do to allele frequency is convert to minor allelic fraction regardless of whether it was the reference allele or not (i.e af = min(af, 1-af))

ADD REPLY
2
Entering edit mode
6.9 years ago
Samuel Brady ▴ 330

FACETS may be the tool you are looking for: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5027494/. Github link here: https://github.com/mskcc/facets. Good luck.

ADD COMMENT
0
Entering edit mode

+1, was also looking for a read depth and BAF method, and FACETS is just that. Senior author was involved in developing circular binary segmentation.

ADD REPLY
1
Entering edit mode
6.9 years ago
Eric T. ★ 2.8k

TitanCNV, cn.MOPS, Sequenza, PSCBS, GATK's new CNV module, certain configurations of CNVkit, and a number of other tools use SNV allele frequency alongside read depth to infer CNVs and LOH.

ADD COMMENT

Login before adding your answer.

Traffic: 1926 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