You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the provided BockRRBS dataset and performed the analysis according to the provided script "04_step_by_step_BockRRBS.Rmd".
The DataImport, Quality control and Preprocessing steps worked without any problems. In the script the user is afterwards redirected to the "02_step_by_step_Ziller450k" script for the explanatory analysis step and beyond.
It is in the explanatory analysis step that I encounter the following error message:
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'which': 'length = 7' in coercion to 'logical(1)'
I called the analysis step using the following command:
rnb.run.exploratory(rnbs, reportDir)
I am grateful to get any suggestions on how to solve this issue.
I attached the analysis.log for the explanatory analysis step and the sessionInfo output.
Hi epigen and Michael,
Thank you for all your effort around RnBeads!
I downloaded the provided BockRRBS dataset and performed the analysis according to the provided script "04_step_by_step_BockRRBS.Rmd".
The DataImport, Quality control and Preprocessing steps worked without any problems. In the script the user is afterwards redirected to the "02_step_by_step_Ziller450k" script for the explanatory analysis step and beyond.
It is in the explanatory analysis step that I encounter the following error message:
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'which': 'length = 7' in coercion to 'logical(1)'
I called the analysis step using the following command:
rnb.run.exploratory(rnbs, reportDir)
I am grateful to get any suggestions on how to solve this issue.
I attached the analysis.log for the explanatory analysis step and the sessionInfo output.
analysis.log.txt
sessionInfo.txt
The text was updated successfully, but these errors were encountered: