SCENIC icon indicating copy to clipboard operation
SCENIC copied to clipboard

Error : runSCENIC_3_scoreCells

Open lagom2728 opened this issue 3 years ago • 4 comments

Currently, the error "Error in readRDS(tSNE_fileName) : bad 'file' argument" in the runSCENIC_3_scoreCells function seems to be occurring to other users as well. Has this part been resolved??

If it hasn't been resolved, how can I fix it?? It's so urgent, developers, please help.

이미지 1

lagom2728 avatar Apr 19 '22 15:04 lagom2728

Dear @lagom2728

Can you indicate which other users are having this same issue? (maybe #227 ? ) I cannot reproduce the error myself...

s-aibar avatar Apr 29 '22 10:04 s-aibar

I have also just came across the same issue.

AnjaliS1 avatar Jul 01 '22 13:07 AnjaliS1

Hi, These codes rescue me: scenicOptions@settings$defaultTsne$aucType <- "AUC" scenicOptions@settings$defaultTsne$dims <- 5 scenicOptions@settings$defaultTsne$perpl <- c(5,15,50) scenicOptions <- runSCENIC_3_scoreCells(scenicOptions, exprMat_log)

Hope them help.

ZachLW avatar Jan 30 '23 15:01 ZachLW

scenicOptions@settings$defaultTsne$perpl <- c(5,15,50)

That's really usefull! thank u !

anshrly avatar Aug 09 '24 09:08 anshrly