Skip to content

Commit

Permalink
switch to object reuturn instead of plotting side effect
Browse files Browse the repository at this point in the history
  • Loading branch information
vladpetyuk committed May 14, 2024
1 parent c1f1a67 commit 4b14a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ptm_significance_map.R
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ ptm_significance_map <- function(x,
p <- p + ggtitle(sprintf("%s, %s", gene_i, i))
}

print(p)
return(p)
}
}
}
Expand Down

0 comments on commit 4b14a82

Please sign in to comment.