ckmah / bento-tools

A Python toolkit for subcellular analysis of spatial transcriptomics data
https://bento-tools.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
63 stars 6 forks source link

Prepare #64

Closed ckmah closed 2 years ago

ckmah commented 2 years ago

Improvements to IO and feature computations

codecov-commenter commented 2 years ago

Codecov Report

Merging #64 (d6844ac) into master (f9ca5fe) will increase coverage by 1.86%. The diff coverage is 36.72%.

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
+ Coverage   56.70%   58.57%   +1.86%     
==========================================
  Files          24       24              
  Lines        1379     1359      -20     
==========================================
+ Hits          782      796      +14     
+ Misses        597      563      -34     
Impacted Files Coverage Δ
bento/_utils.py 75.75% <ø> (ø)
bento/io/__init__.py 100.00% <ø> (ø)
bento/preprocessing/_preprocessing.py 86.66% <ø> (+37.39%) :arrow_up:
bento/plotting/_plotting.py 15.15% <6.45%> (+1.51%) :arrow_up:
bento/io/_io.py 16.87% <14.73%> (-0.96%) :arrow_down:
bento/tools/_cell_features.py 55.00% <66.66%> (+3.40%) :arrow_up:
bento/preprocessing/__init__.py 100.00% <100.00%> (ø)
bento/tools/_lp.py 41.22% <100.00%> (ø)
bento/tools/_sample_features.py 98.08% <100.00%> (+2.04%) :arrow_up:
tests/test_sample_features.py 100.00% <100.00%> (ø)
... and 3 more

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 f9ca5fe...d6844ac. Read the comment docs.