exp_boxplot {tinyarray} | R Documentation |
exp_boxplot
Description
draw box plot for a hub gene expression matrix
Usage
exp_boxplot(exp_hub, color = c("#2fa1dd", "#f87669"))
Arguments
exp_hub |
an expression matrix for hubgenes |
color |
color for boxplot |
Value
box plots list for all genes in the matrix
Author(s)
Xiaojie Sun
See Also
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')")
}
[Package tinyarray version 2.4.2 Index]