-
Notifications
You must be signed in to change notification settings - Fork 70
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
Quantile normalization after Noob #165
Comments
I'll take a look. Can you please post a minimal reproducible example and include the output of |
reprex on devel branch with minfi suppressPackageStartupMessages(library(minfiData))
MsetEx.sub.noob <- preprocessNoob(RGsetEx.sub)
#> [dyeCorrection] Applying R/G ratio flip to fix dye bias
preprocessQuantile(MsetEx.sub.noob)
#> Error in if ((is(object, "MethylSet") || is(object, "GenomicMethylSet")) && : missing value where TRUE/FALSE needed |
The obscure error message is due to a bug in how we check for previous pre-processing applied to the input object. I am fixing this in release and devel branches. The intended behaviour is to issue the warning, |
Thanks Pete for clarification. |
I would like to do Quantile normalization after Noob, but when I use the MSet or GMset out of preprocessNoob as an input for preprocessQuantile I get the following error:
Error in if ((is(object, "MethylSet") || is(object, "GenomicMethylSet")) && :
missing value where TRUE/FALSE needed
The text was updated successfully, but these errors were encountered: