You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For large alignments, if the fraction of error is small use a memory efficient version of ErrorAlignment (e.g., fraction estimated from a sample of 1000 sites).
Memory efficient version of ErrorAlignment should store i,j indices of sites with errors.
The text was updated successfully, but these errors were encountered:
https://github.com/LinguaPhylo/linguaPhylo/blob/master/lphy-base/src/main/java/lphy/base/evolution/alignment/ErrorAlignment.java
For large alignments, if the fraction of error is small use a memory efficient version of ErrorAlignment (e.g., fraction estimated from a sample of 1000 sites).
Memory efficient version of ErrorAlignment should store
i,j
indices of sites with errors.The text was updated successfully, but these errors were encountered: