BodenmillerGroup / imcRtools

An R package for handling and analysing imaging mass cytometry data
https://bodenmillergroup.github.io/imcRtools/
20 stars 10 forks source link

Add read_cpout function #17

Closed nilseling closed 3 years ago

nilseling commented 3 years ago

A reader function for data generated by the ImcSegmentationPipeline

codecov-commenter commented 3 years ago

Codecov Report

Merging #17 (db0b0c9) into master (5021ee5) will increase coverage by 7.86%. The diff coverage is 98.68%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   86.19%   94.06%   +7.86%     
==========================================
  Files          11       13       +2     
  Lines         384      573     +189     
==========================================
+ Hits          331      539     +208     
+ Misses         53       34      -19     
Impacted Files Coverage Δ
R/validityChecks.R 91.39% <97.34%> (+4.34%) :arrow_up:
R/read_cpout.R 100.00% <100.00%> (+100.00%) :arrow_up:
R/read_cpout_helpers.R 100.00% <100.00%> (ø)
R/read_steinbock.R 100.00% <100.00%> (ø)
R/read_steinbock_helpers.R 93.42% <100.00%> (ø)
R/show_cpout_features.R 100.00% <100.00%> (ø)

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 5021ee5...db0b0c9. Read the comment docs.

jwindhager commented 3 years ago

Congratulations! :tada: