JMBattista / Bioinformatics

A series of Java compatible libraries for performing basic Bioinformatics tasks.
https://github.com/JMBattista/Bioinformatics/wiki
MIT License
0 stars 1 forks source link

Allow complex distance based on type of mutation #22

Open JMBattista opened 7 years ago

JMBattista commented 7 years ago

Mutation in BasePair is currently coded as 0 if they are equal and 1 if they are not.

In practice we want a more nuanced approach that deals with the fact that some types of mutation are less likely than others.