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
413 stars 94 forks source link

Error in runSCENIC_2 #190

Open strawberry789 opened 3 years ago

strawberry789 commented 3 years ago

When I entered: scenicOptions <- runSCENIC_2_createRegulons(scenicOptions, minGenes = 20, coexMethod = NULL)

I get this error: Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘getSettings’ for signature ‘"NULL"’

How should I resolve this?

Thanks