Hello,
I am new to use cnvkit and i read manual of cnvkit. I did not understand so many things. I want to used cnvkit to calculate copy number in my sequencing data with no normal sample. So i followed the steps that mentioned in manual. In my analysis, i have target file that include all the exon positions. From the target bed file, i got the antitarget file with antitarget command. Can someone explain me that what does mean of antitarget region. As i read, i got that region between target region is is so or not ?? and i also do not understand what is the role of access command ?? Can some one explain me with example ?? i will be grateful for your help.
Thanks
First you should understand the algorithm at least briefly. You need to have pairs like tumor vs normal or wild-type vs knock-down vs.. Without pair you can not estimate copy number variations since you calculate the ratio of read counts in log scale across tumor and normal. By doing that, you can estimate the loss and gain in different loci. You can read Varscan paper which is explained good.