Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shiny::runApp NOT FOUND #455

Open
TZUwang opened this issue May 23, 2024 · 1 comment
Open

shiny::runApp NOT FOUND #455

TZUwang opened this issue May 23, 2024 · 1 comment

Comments

@TZUwang
Copy link

TZUwang commented May 23, 2024

I have already finished

scenicOptions <- runSCENIC_1_coexNetwork2modules(scenicOptions)
scenicOptions <- runSCENIC_2_createRegulons(scenicOptions, coexMethod=c("top5perTarget"))
scenicOptions <- runSCENIC_3_scoreCells(scenicOptions, exprMat_log)
scenicOptions <- runSCENIC_4_aucell_binarize(scenicOptions)

tsneAUC(scenicOptions, aucType="AUC")
[1] "int/tSNE_AUC_50pcs_30perpl.Rds"

This is the file I generated
image

str(aucellApp)
List of 3
$ thresholds: Named num [1:40] 0.0224 0.0347 0.0524 0.0353 0.2378 ...
..- attr(*, "names")= chr [1:40] "E2f7 (39g)" "E2f8 (20g)" "Tfdp1 (11g)" "E2f1 (42g)" ...
$ cells : list()
$ server :function (input, output, session)

I don't know why i use

aucellApp <- plotTsne_AUCellApp(scenicOptions, exprMat_log)
savedSelections <- shiny::runApp(aucellApp)
image

@TZUwang TZUwang changed the title Error in .local(object, ...) : File '' does not exist. shiny::runApp NOT FOUND May 28, 2024
@ghuls
Copy link
Member

ghuls commented Jul 8, 2024

#448 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants