zktuong / ktplots

Some tools for plotting single-cell data
https://zktuong.github.io/ktplots/
MIT License
162 stars 31 forks source link

fix #39

Closed zktuong closed 2 years ago

zktuong commented 2 years ago

bug fix for complexes not being processed properly for plot_cpdb2/3/4 because of the shifting of functions

codecov[bot] commented 2 years ago

Codecov Report

Merging #39 (c95ffe0) into master (2cac156) will increase coverage by 0.13%. The diff coverage is 92.85%.

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   75.97%   76.11%   +0.13%     
==========================================
  Files           7        7              
  Lines        1744     1754      +10     
==========================================
+ Hits         1325     1335      +10     
  Misses        419      419              
Impacted Files Coverage Δ
R/utils.R 86.23% <0.00%> (ø)
R/plot_cpdb2.R 81.57% <100.00%> (+0.22%) :arrow_up:
R/plot_cpdb3.R 79.67% <100.00%> (+0.25%) :arrow_up:
R/plot_cpdb4.R 73.48% <100.00%> (+0.30%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more