selectSites function
selectSites(Double unknownFracLess, Alignment alignment)
Select the site where the fraction of unknown states are less than the threshold in that site.
Parameters
- Double unknownFracLess - the threshold to select a site, if the fraction of unknown states (incl. gap) in this site is less than the threshold.
- Alignment alignment - the original alignment.