-
Notifications
You must be signed in to change notification settings - Fork 28
Description
To whom it may concern,
I was trying to use this function below, however, it threw me an error. Could you please give me some suggestions?
meffil.normalize.dataset(samplesheet, qc.file="qc/report.html", author="mao", study="IlluminaEpic", number.pcs=10)
Error in preprocessCore::normalize.quantiles.use.target(matrix(orig.signal), :
ERROR; return code from pthread_create() is 22
Calls: meffil.normalize.dataset ... lapply -> FUN -> meffil.normalize.sample ->
In addition: Warning messages:
1: In readChar(con, nchars = n) : truncating string with embedded nuls
2: In readChar(con, nchars = n) : truncating string with embedded nuls
3: The <scale> argument of guides() cannot be FALSE. Use "none" instead as
of ggplot2 3.3.4.
The deprecated feature was likely used in the meffil package.
Please report the issue to the authors.
4: In readChar(con, nchars = n) : truncating string with embedded nuls
5: In readChar(con, nchars = n) : truncating string with embedded nuls
Execution halted
Thank you,
MAO