aertslab / SCENIC

SCENIC is an R package to infer Gene Regulatory Networks and cell types from single-cell RNA-seq data.
http://scenic.aertslab.org
GNU General Public License v3.0
394 stars 94 forks source link

Error in h(simpleError(msg, call)) #300

Closed mrStrunge closed 2 years ago

mrStrunge commented 2 years ago

Due to the whole "Error in runSCENIC_2_createRegulons: object 'indexCol' not found" problem and problems with Conda supported versions of R for cluster, one of my colleagues ran my pipeline on an environment with an older version of SCENIC to circumvent the problem.

I get the same error when exploring the results from the analysis for each step, as I have problems reading read the scenicOptions file. An example below:

regulons <- loadInt(scenicOptions, "regulons")

Gives me the following error:

Error in h(simpleError(msg, call)) : error in evaluating the argument 'object' in selecting a method for function 'loadInt': object 'scenicOptions' not found

Is this a common error? Something seems off.