I am using PENNCNV and PLINK to perform association studies on our data. I have used the standard pipeline to convert the PENNCNV calls to plink CNV files (penncnvtoplink.pl followed by plink --cnv-make-map). I have noticed that the marker names generated by PLINK can be ambiguous when there is two variants of a CNV starting at at the same base pair location. For example if the a re two CNVs C1 and C2 on Chromosome 1, C1 starts at BP1000 and ends at BP2000, C2 starts at BP1000 and ends at BP 2020. In this case there is obviously a conflict as PLINK generates the marker based on the BP of the CNV and they oith start at the same location. The markers generated for C1 and C2 will be p1-1000 and p1-1001 but there is no way to differentiate between them. Has anyone come across this and resolved it ?
My problem is that I am geting a significant association for both my markers and I need to sort out which one is which.