We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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)
The text was updated successfully, but these errors were encountered:
#448 (comment)
Sorry, something went wrong.
No branches or pull requests
I have already finished
This is the file I generated
I don't know why i use
The text was updated successfully, but these errors were encountered: