Skip to content

Commit

Permalink
Lines trying to access cl_flags_ora now properly access plotter$hash_…
Browse files Browse the repository at this point in the history
…vars$cl_flags_ora
  • Loading branch information
AEstebanMar committed Jan 14, 2025
1 parent 224d12c commit a984f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/templates/cl_func_report.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ end.rcode-->
gene_set <- "ORA"
default_width <- 5
res <- list()
for(funsys in names(cl_flags_ora)) {
if(cl_flags_ora[[funsys]] == TRUE) {
for(funsys in names(plotter$hash_vars$cl_flags_ora)) {
if(plotter$hash_vars$cl_flags_ora[[funsys]] == TRUE) {
func_clusters <- func_results$WGCNA_ORA_expanded[[funsys]]
plotter$hash_vars$enrich_obj <- func_clusters[[which(names(func_clusters) == plotter$hash_vars$cl)]]
gene_attribute_name <- "fold change"
Expand Down

0 comments on commit a984f1a

Please sign in to comment.