-
Notifications
You must be signed in to change notification settings - Fork 71
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
Problem in qcReport #260
Comments
Matrix products: default locale: attached base packages: other attached packages: |
Hi, did you find the solution? This is due to lack of factorization of Red and Green labels in controlStripPlot() function integrated qcReport() one. In order to solve the problem, you should rewrite the former function, adding factorization step. I'll share below a reproduction of the controlStripPlot() function with correct levels:
|
Yeah, I changed that later |
Hello,recently I found a problem in minfi with EPIC V2, when i run :
a = qcReport(exp, sampNames = pd$Sample_Name, sampGroups = pd$Sample_Group, pdf = "2_Data_QC/QCReport.pdf",maxSamplesPerPage = nrow(pd))
the result was wrong with Green and Red ,The red and green labels are upside down,how to fix it ?
The text was updated successfully, but these errors were encountered: