I would like to use the PowerMarker software to analyze my molecular marker data but when I am following the tutorial I find an error at the end of it trying to compute the summary statistics.
My database is a binary matrix of 0 and 1 and ? when I have missing data. I have a total number of individuals for my group of markers. Each marker have a different number of alleles and I think that's when the program fails me. I understand that only one allele works for haplotype format and two for the genotype format. How can I solve this problem? I think my error is in the original database.
Example of part of my database: 5 samples that mean 5 individuals analized and 2 markers (Marker-1 with 3 alleles and Marker-2 with 2 alleles):
Samples Marker-1 Marker-1 Marker-1 Marker-2 Marker-2
Sample 1 1 0 1 ? 0
Sample 2 ? 0 0 1 0
Sample 3 1 1 0 0 1
Sample 4 0 ? 1 1 ?
Sample 5 1 1 0 0 1