Hi Andy,
So sorry to bother you again, I have another problem. I got the purity and total_cn of my panel-seq data from CNVkit+PureCN pipeline. The result seems reasonable. However, when I tried to get minor_cn using VAF of germline SNPs(given by GATK haplotyper), I found the VAF of most SNPs are not around 50%, but are smaller than 20%. As a result, the calculated minor_cn is always 0 (e.g. total_cn=2, minor_cn=0; total_cn=8, minor_cn=0). I think this is strange but have no idea on how to solve this problem.
So I wonder if I could only give Pyclone purity and total_cn, without minor_cn and major_cn. I think it should be better than using VAF only, and I can also avoid using the strange minor_cn result.
Or, if minor_cn and major_cn is mandatory for Pyclone, is it OK to use a fake minor_cn? For instance, if total_cn = 1, then set the minor_cn to 0, if total_cn = 2, then set the minor_cn to 1, ......, i.e., the minor_cn is always equal to round(total_cn / 2).
Thanks!
Yang