Is there an excess of divergence on a portion of chromosome 10 between super clones
I have been trying to address the question of what is different between super clone A and B. In doing this, I noticed that there were three scaffolds that initially looked like they might have an excess of fixed snps between A and B relative to their length, that all map to chromosome 10. These were scaffolds 2175, 1982, and 1927. I tried looking into the divergence between these super clones more, using a type of sliding window approach. First I identified all SNPs that were fixed between different D8 super clones (so homozygous ref in one super clone, and homozygous alt in another). I then scanned along the scaffolds with fixed differences in 2,500 bp chunks, and asked how many fixed snps are there within these windows, and then divided that by the 2,500bp. As I am writing this I realize a problem with this, in that if a scaffold was 3,000bp long, there would have been one 2,500 chunk, and then a 500 chunk, so some of these estimates will be low. But most windows should be ok. For no...