exp_boxplot function

exp_boxplot

exp_boxplot

draw box plot for a hub gene expression matrix

exp_boxplot(exp_hub, color = c("#2fa1dd", "#f87669"))

Arguments

  • exp_hub: an expression matrix for hubgenes
  • color: color for boxplot

Returns

box plots list for all genes in the matrix

Examples

if(requireNamespace("ggpubr",quietly = TRUE)) { k = exp_boxplot(log2(exp_hub1+1));k[[1]] }else{ warning("Package 'ggpubr' needed for this function to work. Please install it by install.packages('ggpubr')") }

See Also

exp_surv;box_surv

Author(s)

Xiaojie Sun

  • Maintainer: Xiaojie Sun
  • License: MIT + file LICENSE
  • Last published: 2025-03-05