Hi there,
I have a possible bug in ConsensusSequence, specifically that the minInformation parameter does not appear to work (at least in the way I understand it should from the documentation).
For example, in an alignment of 4 sequences, where a given site has 3 A's and one T, I would expect that setting minInformation to 0.7 should return a consensus of an 'A', but setting it to 0.8 would return a consensus of 'W'. However, no matter what I do (including whether I set ambiguity to 'TRUE' or 'FALSE', I always get a 'W' here.
Am I doing something wrong, or misunderstanding something? Or is this a bug?
Thanks either way for an awesome package,
Rob