ms609 / Quartet

R package to calculate the similarity of two trees based on the number of shared four-taxon subtrees (or splits)
https://ms609.github.io/Quartet/
11 stars 5 forks source link

C++ implementation of `QuartetStates()` #52

Closed ms609 closed 4 years ago

ms609 commented 4 years ago

Also implement sister-of-4 notation for QuartetState[s]().

codecov[bot] commented 4 years ago

Codecov Report

Merging #52 into master will increase coverage by 0.15%. The diff coverage is 98.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
+ Coverage   89.38%   89.54%   +0.15%     
==========================================
  Files          36       36              
  Lines        2910     2964      +54     
==========================================
+ Hits         2601     2654      +53     
- Misses        309      310       +1     
Impacted Files Coverage Δ
R/QuartetDistance.R 89.18% <88.88%> (+0.30%) :arrow_up:
src/AllQuartets.cpp 98.97% <98.79%> (-1.03%) :arrow_down:
R/CompareQuartets.R 98.70% <100.00%> (-0.37%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e7e9aee...f710372. Read the comment docs.