YosefLab / Cassiopeia

A Package for Cas9-Enabled Single Cell Lineage Tracing Tree Reconstruction
https://cassiopeia-lineage.readthedocs.io/en/latest/
MIT License
77 stars 24 forks source link

SpatialSampler #129

Closed Lioscro closed 2 years ago

Lioscro commented 3 years ago

SpatialSampler implementation. This sampler overlays a grid of "spots" onto the 2D plane on which cells are located, then samples the cell character states based on some capture rate function. Upstream is #123. Once that's merged, this PR will point to master.

codecov[bot] commented 3 years ago

Codecov Report

Merging #129 (2858390) into master (9ff60ed) will decrease coverage by 0.05%. The diff coverage is 98.13%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #129      +/-   ##
==========================================
- Coverage   85.31%   85.26%   -0.06%     
==========================================
  Files          65       66       +1     
  Lines        4434     4541     +107     
==========================================
+ Hits         3783     3872      +89     
- Misses        651      669      +18     
Impacted Files Coverage Δ
cassiopeia/simulator/SpatialSampler.py 98.11% <98.11%> (ø)
cassiopeia/simulator/__init__.py 100.00% <100.00%> (ø)
cassiopeia/solver/HybridSolver.py 73.94% <0.00%> (-11.77%) :arrow_down:
cassiopeia/solver/MaxCutGreedySolver.py 93.47% <0.00%> (-4.35%) :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 9ff60ed...2858390. Read the comment docs.

Lioscro commented 2 years ago

Closing until we actually need something like this.