timbitz / Whippet.jl

Lightweight and Fast; RNA-seq quantification at the event-level
MIT License
105 stars 21 forks source link

Whippet v0.10 isoform-level EM, Bias correction models #58

Closed timbitz closed 6 years ago

timbitz commented 6 years ago

This is a pretty massive PR that includes a complete re-implementation of quant.jl, the changes include (but are not limited to):

codecov[bot] commented 6 years ago

Codecov Report

Merging #58 into master will increase coverage by 3.56%. The diff coverage is 54.04%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
+ Coverage   50.59%   54.15%   +3.56%     
==========================================
  Files          17       18       +1     
  Lines        1945     2323     +378     
==========================================
+ Hits          984     1258     +274     
- Misses        961     1065     +104
Impacted Files Coverage Δ
src/paired.jl 0% <ø> (ø) :arrow_up:
src/ebi.jl 80% <ø> (+80%) :arrow_up:
src/reads.jl 30.18% <0%> (+16.85%) :arrow_up:
src/io.jl 33.05% <10%> (-1.87%) :arrow_down:
src/sgkmer.jl 80% <100%> (+1.42%) :arrow_up:
src/graph.jl 93.51% <100%> (+1.76%) :arrow_up:
src/align.jl 72.12% <100%> (+0.74%) :arrow_up:
src/events.jl 56.94% <45.83%> (-0.26%) :arrow_down:
src/bias.jl 49.09% <49.09%> (ø)
src/quant.jl 56.35% <56.61%> (+22.25%) :arrow_up:
... and 8 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 04fce0a...c5fe189. Read the comment docs.