We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Shouldn't the axis labels for the MDS plot within MultiQC be dimension 1 and dimension 2 rather than leading and logFC?
The text was updated successfully, but these errors were encountered:
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.
edgeR.R
rnaseq/bin/edgeR_heatmap_MDS.r
Line 64 in 37f260d
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 👍
MDSdata$axislabel, '1')
Leading logFC dim
1
2
Sorry, something went wrong.
I'm new to this pipeline, however, I found that it might just be hard-coded here:
rnaseq/assets/mdsplot_header.txt
Lines 8 to 11 in 37f260d
Fixed 2d575a3
No branches or pull requests
Shouldn't the axis labels for the MDS plot within MultiQC be dimension 1 and dimension 2 rather than leading and logFC?
The text was updated successfully, but these errors were encountered: