Skip to content

Commit

Permalink
feat: add req
Browse files Browse the repository at this point in the history
avoid hubspot tickets on reactive change
  • Loading branch information
ESCRI11 committed Oct 15, 2024
1 parent d364fee commit a251c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/board.wgcna/R/wgcna_table_genes.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ wgcna_table_genes_server <- function(id,

k <- selected_module()
genes <- out$me.genes[[k]]
shiny::req(genes)
tt <- playdata::GENE_TITLE[toupper(genes)]
rho <- cor(out$datExpr[, genes], out$net$MEs[, k])[, 1]

Expand Down

0 comments on commit a251c20

Please sign in to comment.