Shians/Glimma

top option does not change glMDSPlot results

Closed this issue · 2 comments

First, the package is incredibly useful and very well documented. Thank you!

My issue is that the output from glMDSPlot does not change regardless of the value passed to option -top. I'm using Glimma version 1.4.0

Loaded rnaseq and groups exactly as in Figure 2 of the vignette

This recreates Figure 2 of the vignette as expected

glMDSPlot(rnaseq, groups=groups)

Each of these images is exactly the same as Figure 2.

glMDSplot(rnaseq,top=2,groups=groups)
glMDSPlot(rnaseq, top=5, groups=groups)
glMDSPlot(rnaseq, top=5000,groups=groups)

Similarly, gene.selection="common" does not seem to change the results

glMDSPlot(rnaseq, gene.selection = "common", groups=groups)

Thanks for the report, I know about this and it's similar to #133. I think I've actually fixed this but ended up breaking something in my vignette, so the build is broken until I can figure out how to fix my vignette.