meyer-lab / tHMM

A general Python framework for using hidden Markov models on binary trees or cell lineage trees.
https://asmlab.org
MIT License
10 stars 1 forks source link

Abundance #863

Closed Farnazmdi closed 3 years ago

Farnazmdi commented 3 years ago

creates a figure to show the abundance of states in different replicates.

codecov[bot] commented 3 years ago

Codecov Report

Merging #863 (9aa157b) into master (724a763) will decrease coverage by 0.36%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #863      +/-   ##
==========================================
- Coverage   74.14%   73.78%   -0.37%     
==========================================
  Files          24       24              
  Lines        1907     1915       +8     
==========================================
- Hits         1414     1413       -1     
- Misses        493      502       +9     
Flag Coverage Δ
unittests 73.78% <0.00%> (-0.37%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lineage/Lineage_collections.py 0.00% <0.00%> (ø)
lineage/states/stateCommon.py 92.92% <0.00%> (-1.02%) :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 724a763...9aa157b. Read the comment docs.

aarmey commented 3 years ago

Excellent. Merging!