Skip to content
Prev 126 / 490 Next

Help in Pegas

Hi Ramendra,
This warning is most likely caused by having genotypes with reciprocal missing data, which result in a distance matrix with missing data. You have two options:

1. Interpolate the missing data in the distance matrix with the ape functions additive() or ultrametric() (see: http://stackoverflow.com/a/34022156/2752888 <http://stackoverflow.com/a/34022156/2752888> and http://dx.doi.org/10.1093/bioinformatics/bth211).
2. Find the genotypes that have the most incompatibilities (you can use the poppr function incomp() for this) and remove them.

Hope that helps,
Zhian