Entering edit mode
16 months ago
smilewang997700
•
0
I have already finished
runGenie3(exprMat_filtered_log, scenicOptions)
scenicOptions <- runSCENIC_1_coexNetwork2modules(scenicOptions)
scenicOptions <- runSCENIC_2_createRegulons(scenicOptions, coexMethod=c("top5perTarget"))
scenicOptions <- runSCENIC_3_scoreCells(scenicOptions, exprMat_log)
Just as I'm executing aucellApp <- plotTsne_AUCellApp(scenicOptions, exprMat_log) savedSelections <- shiny::runApp(aucellApp) encountered the problem in the picture how can i solve THX