Shians / Glimma

Glimma R package
GNU Lesser General Public License v3.0
50 stars 10 forks source link

fixed bug in top in wrappers, added prior.count #132

Closed jdrnevich closed 7 years ago

jdrnevich commented 7 years ago

The 3 wrappers for other object types had the internal glMDSPlot.default with top = 500 instead of top=top. I also added an argument in glMDSPlot.DGEList to adjust the prior.count in cpm() like edgeR::plotMDS.DGEList

codecov-io commented 7 years ago

Codecov Report

Merging #132 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #132   +/-   ##
=======================================
  Coverage   90.43%   90.43%           
=======================================
  Files          16       16           
  Lines        1275     1275           
=======================================
  Hits         1153     1153           
  Misses        122      122
Impacted Files Coverage Δ
R/glMDSPlot.R 85.96% <100%> (ø) :arrow_up:

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 d7038f9...d49f2bb. Read the comment docs.

Shians commented 7 years ago

Hmm very silly of me, thank you very much!

jdrnevich commented 7 years ago

You're welcome - I love the package!!