Open wulc21 opened 3 years ago
请问您解决这个问题了嘛?我也遇到了同样问题
解决了,比较久了。好像是因为依赖的包版本不兼容的问题,麻烦你看一下我后面的回复。我记得好像回复过。
发自我的iPhone
在 2021年12月15日,下午10:42,cyybhfq @.***> 写道:
请问您解决这个问题了嘛?我也遇到了同样问题
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
Hi Dear Professor, When I running the SCENIC workflow according to the tutorial file from http://127.0.0.1:12249/library/SCENIC/doc/SCENIC_Running.html, I encounter the following Error Massage when I running "scenicOptions <- runSCENIC_3_scoreCells(scenicOptions, exprMat_log)“code , I have followed the vignette of runSCENIC_3_scoreCells from http://127.0.0.1:12249/library/SCENIC/doc/detailedStep_3_scoreCells.html#create-rankings, and find the error massage "Catched error in AUCell_buildRankings() or in the histogram plot: 没有".openDev"这个函数" when I running the Create rankings** step. Please help me solve the problem. Thank you very much.
################Error massage I encountered during I running the SCENIC workflow#############
Catched error in AUCell_buildRankings() or in the histogram plot: assignment of an object of class “SimpleAssays” is not valid for slot ‘assays’ in an object of class “aucellResults”; is(value, "Assays_OR_NULL") is not TRUE Error in saveRDS(aucellRankings, file = getIntName(scenicOptions, "aucell_rankings")) : 找不到对象'aucellRankings'
#################Error diagnosis during I trying the runSCENIC_3_scoreCells() command line by line ######### tryCatch({ .openDev(fileName=getIntName(scenicOptions, "aucell_genesStatsPlot"), devType=getSettings(scenicOptions, "devType")) aucellRankings <- AUCell_buildRankings(exprMat, nCores=nCores, plotStats=TRUE, verbose=getSettings(scenicOptions, "verbose")) abline(v=aucellRankings@nGenesDetected["1%"], col="skyblue3", lwd=5, lty=3) dev.off() },error = function(e) { message("Catched error in AUCell_buildRankings() or in the histogram plot: ", e$message) })