The meaning of VAF and LOH in sciclone
1
1
Entering edit mode
7.0 years ago
shiyang93 ▴ 70

I want to use the R package SciClone to infer the clonal architecture of my liver cancer data. I have already got the somatic SNV info and allelic specific copy number variation info, but I am not clear about some input info required by SciClone: 1. What does the "regions to exclude" mean? My understanding is: if a region has total_cn = 2, but major_cn = 2 and minor_cn = 0, then I need to write this region in the "regions to exclude" file. Is this understanding correct? 2. In my opinion, the vaf means var_reads/(var_reads + ref_reads). However, when I used ?sciClone in R, it tolds me:

vafs
a list of dataframes containing variant allele fraction data for single nucleotide variants in 5-column format: 1. chromosome 2. position 3. reference-supporting read counts 4. variant-supporting read counts 5. variant allele fraction (between 0-100)

Why is the range of vaf between 0-100? (for me, it must be less than 1). What is the definition of this "vaf"?

Could anyone give me some advice? Thanks!

Yang

sciclone vaf LOH WES • 3.9k views
ADD COMMENT
1
Entering edit mode
6.9 years ago

VAF = variant allele frequency, expressed as a percentage between 0 and 100. The most typical use case for Regions to exclude is the case of copy number neutral loss of heterozygosity: that is, an area that has copy number 2 but has the same alleles twice due to uniparental disomy.

ADD COMMENT
0
Entering edit mode

"the vaf means var_reads/(var_reads + ref_reads)" - Is it right? In example test case vaf always less then var_reads/(var_reads + ref_reads). Why is that? Is this affected by the admixture of normal cells in sample? Does this difference greatly affect clustering? Many thanks! Alex.

ADD REPLY
1
Entering edit mode

There may sometimes be non-reference, non-primary-variant reads - for example:

1 12345 A T Counts: A: 99 C: 2 G: 0 T: 99 VAF: 49.5%

ADD REPLY

Login before adding your answer.

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