exp_surv
draw surv plot for a hub gene expression matrix for tumor samples
exp_surv(exprSet_hub, meta, cut.point = FALSE, color = c("#2874C5", "#f87669"))
exprSet_hub
: a tumor expression set for hubgenesmeta
: meta data corresponds to expression setcut.point
: logical , use cut_point or not, if FALSE,use median by defultcolor
: color for boxplotsurvival plots list for all genes
tmp = exp_surv(exprSet_hub1,meta1) patchwork::wrap_plots(tmp)+patchwork::plot_layout(guides = "collect") tmp2 = exp_surv(exprSet_hub1,meta1,cut.point = TRUE) patchwork::wrap_plots(tmp2)+patchwork::plot_layout(guides = "collect")
exp_boxplot
;box_surv
;draw_venn
Xiaojie Sun