Extension of distance matrix doesn't properly account for ambiguous characters

Issue #36 resolved
Jason Vander Heiden created an issue

Character matches that are in the ACGTN-. character set are currently being defined as Infinite distance when extending an existing matrix in getDNADistMatrix() and getAADistMatrix(). Should be better, probably by averaging the input distances over the ambiguous set.

Comments (7)

  1. Jason Vander Heiden reporter

    Ambiguous character support also seems to be missing from hs1f and m1n models.

  2. Log in to comment