WGLab / PennCNV

Copy number vaiation detection from SNP arrays
http://penncnv.openbioinformatics.org
Other
89 stars 53 forks source link

Question: Can PennCNV differentiate homozygous and heterozygous CNV calls? #95

Closed vikrantsingh1 closed 1 year ago

vikrantsingh1 commented 1 year ago

Hello! Currently we are performing CNV analysis using PennCNV and wondering if can determine that CNV calls are homozygous and heterozygous? i.e., if we have a deletion/duplication on one chromosome only or on both chromosomes? Many thanks, Vikrant

kaichop commented 1 year ago

homozygous and heterozygous are different states. For deletions, cn=0 means homozygous, and cn=1 means heterozygous.

On Thu, Oct 20, 2022 at 11:00 PM Vikrant Singh @.***> wrote:

Hello! Currently we are performing CNV analysis using PennCNV and wondering if can determine that CNV calls are homozygous and heterozygous? i.e., if we have a deletion/duplication on one chromosome only or on both chromosomes? Many thanks, Vikrant

— Reply to this email directly, view it on GitHub https://github.com/WGLab/PennCNV/issues/95, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNG3OCKSUTC6BO6HLSEROLWEIBNNANCNFSM6AAAAAARKXWYBA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

vikrantsingh1 commented 1 year ago

Thank you so much the prompt reply.