Skip to content

Commit

Permalink
Remove dbg messages
Browse files Browse the repository at this point in the history
  • Loading branch information
zitoa committed Jul 20, 2024
1 parent a82ce06 commit 683ac5c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/board.expression/R/expression_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,6 @@ ExpressionBoard <- function(id, pgx) {
mean0 <- (AveExpr0 + AveExpr1) / 2
AveExpr1 <- mean0 + logFC / 2
AveExpr0 <- mean0 - logFC / 2

dbg("----------MONITOR1", sum(is.na(AveExpr0)))
dbg("----------MONITOR2", range(AveExpr0, na.rm = TRUE))
dbg("----------MONITOR3", sum(is.na(AveExpr1)))
dbg("----------MONITOR4", range(AveExpr1, na.rm = TRUE))

if(all(c("map", "chr") %in% colnames(pgx$genes))) {
colnames(pgx$genes)[which(colnames(pgx$genes) == "chr")] <- "chr0"
Expand Down

0 comments on commit 683ac5c

Please sign in to comment.