epigen / RnBeads

Git working Repo synced to the Bioconductor: http://bioconductor.org/packages/devel/bioc/html/RnBeads.html
https://rnbeads.org/
7 stars 8 forks source link

Exploratory Analysis: Error in h(simpleError(msg, call)) #42

Open jofa123 opened 1 year ago

jofa123 commented 1 year ago

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