Closed klai001 closed 2 years ago
Hi I have previously ran fgsea without any problems but recently i've encountered this error
error message:
Error in base::options() : Value of SET_STRING_ELT() must be a 'CHARSXP' not a 'NULL'
upon running this: res_fgsea <- fgsea(pathways = go.list, stats = wtlps.ranks,BPPARAM = SnowParam())
res_fgsea <- fgsea(pathways = go.list, stats = wtlps.ranks,BPPARAM = SnowParam())
i guessed it's something to do with the package, so when i uninstalled fgsea and attempt to reinstall fgsea using the following code devtools::install_github("ctlab/fgsea")
devtools::install_github("ctlab/fgsea")
but i still get the same error message when running fgsea()
would appreciate some suggestions. thank you!
Hi I have previously ran fgsea without any problems but recently i've encountered this error
error message:
upon running this:
res_fgsea <- fgsea(pathways = go.list, stats = wtlps.ranks,BPPARAM = SnowParam())
i guessed it's something to do with the package, so when i uninstalled fgsea and attempt to reinstall fgsea using the following code
devtools::install_github("ctlab/fgsea")
but i still get the same error message when running fgsea()
would appreciate some suggestions. thank you!