Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MDS plot axis labels #302

Closed
rbrns opened this issue Oct 9, 2019 · 3 comments
Closed

MDS plot axis labels #302

rbrns opened this issue Oct 9, 2019 · 3 comments
Labels
question Further information is requested
Milestone

Comments

@rbrns
Copy link

rbrns commented Oct 9, 2019

Shouldn't the axis labels for the MDS plot within MultiQC be dimension 1 and dimension 2 rather than leading and logFC?

@apeltzer apeltzer added the question Further information is requested label Oct 9, 2019
@apeltzer
Copy link
Member

apeltzer commented Oct 9, 2019

I believe this has something to do with the edgeR.R script that we use to generate the MDS plots both inside an outside MultiQC.

colnames(MDSxy) = c(paste(MDSdata$axislabel, '1'), paste(MDSdata$axislabel, '2'))

I suspect that MDSdata$axislabel, '1') just has Leading logFC dim and the paste adds the 1 or 2 intentionally here. @ewels might know more about it 👍

@rbrns
Copy link
Author

rbrns commented Oct 9, 2019

I'm new to this pipeline, however, I found that it might just be hard-coded here:

# pconfig:
# xlab: 'Leading'
# title: 'MDS Plot'
# ylab: 'logFC'

@drpatelh drpatelh added this to the 1.5 milestone Aug 18, 2020
@drpatelh
Copy link
Member

Fixed 2d575a3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants