Releases: ms609/Quartet
Releases · ms609/Quartet
v1.2.7
v1.2.6
v1.2.5
v1.2.4
v1.2.2
v1.2.0
New features
CompareQuartetsMulti()
compares quartet status in one tree with status in
multiple others.VisualizeQuartets()
depicts contribution of splits to quartet score.SimilarityToReference()
allows comparison against specified reference
topology.
Changes
- Deprecate
RobinsonFoulds()
: renamed toRawSymmetricDifference()
. QuartetState[s]()
now uses sister-of-4 notation, rather than sister-of-1,
to give values within [0, 3].ManyToManyQuartetAgreement()
now returns entries forN
andQ
.
Improvements
- Faster C++ implementation of
AllQuartets()
andQuartetStates()
. QuartetStatus()
now supports non-identical leaf samples.SimilarityMetrics()
now handles single tree comparisons.- Correctly calculate resolution of unrooted trees with unconventional node
numbering conventions. - Remove errant name when comparing unnamed tree pairs.
- Small improvements to
PlotQuartet()
. - Minor efficiency improvements.
- Documentation improvements.
1.1.0
1.0.2
1.0.1
1.0.0
New features
- Add functions to generate ternary plots from tree similarity measures.
Improvements
- Use tqDist for all quartet calculations.
- Remove single "splits" from splits objects.
- Simplify installation via
github_install
. - Add missing details to documentation.
Modifications
- Function
SimilarityMetrics
now takes the output ofQuartetStatus(trees)
,
rather than a list of trees. - Function
SplitStatus
now returns output using the same column headers asQuartetStatus
- Column
N
added toQuartetStatus
output. - Function names changed, to become more precise:
QuartetMetrics
→SimilarityMetrics
MatchingSplits
→SplitStatus
MatchingQuartets
→QuartetStatus
Choices
→AllQuartets