stephenslab / susieR

R package for "sum of single effects" regression.
https://stephenslab.github.io/susieR
Other
176 stars 45 forks source link

Trend filtering new pull request #72

Closed KaiqianZhang closed 5 years ago

KaiqianZhang commented 5 years ago

This is the latest pull request for trend filtering. Please review and consider whether it is okay to merge. Thanks!!! --Kaiqian

codecov-io commented 5 years ago

Codecov Report

Merging #72 into master will increase coverage by 3.18%. The diff coverage is 97.26%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   63.77%   66.95%   +3.18%     
==========================================
  Files          20       20              
  Lines         668      699      +31     
==========================================
+ Hits          426      468      +42     
+ Misses        242      231      -11
Impacted Files Coverage Δ
R/update_each_effect.R 100% <ø> (ø) :arrow_up:
R/elbo.R 100% <100%> (ø) :arrow_up:
R/set_X_attributes.R 100% <100%> (ø)
R/compute_ss.R 90% <100%> (ø) :arrow_up:
R/susie_trendfilter.R 100% <100%> (ø) :arrow_up:
R/trend_filtering_multiplication.R 100% <100%> (+54.54%) :arrow_up:
R/sparse_multiplication.R 100% <100%> (+13.04%) :arrow_up:
R/susie_utils.R 44.56% <50%> (-1.09%) :arrow_down:
R/susie.R 78.57% <66.66%> (ø) :arrow_up:
... and 1 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 e38a69a...709e053. Read the comment docs.