boxplot_combine: Combined Box plots for all data sets

Description Usage Arguments Details Examples

Description

Combine box plots in five different data sets.

Usage

1
2
boxplot_combine(gene_info, title, ana, fontsize_plot, fontsize_pvalue,
  fontsize_legend)

Arguments

gene_info

A character or a number. The gene information. Can be either gene name or gene ID. Gene name can be uppercase or lowercase. For example: The gene name can be "S100A8" or "s100a8".

title

A character. The description that should be put on the combined boxplot. The example uses GENE name.

ana

TRUE or FALSE. Whether We should put p-value information on the plot. If ana = T then the p-vlaue info will be placed on the boxplot, if ana=FALSE, the p-value info will not be placed on the boxplots.

fontsize_plot

A number. The font size of plot(title, caption, legend title ... and so on)

fontsize_pvalue

A number. The font size of p-value (comparison of two groups and Omnibus p-value) on the plot.

Details

We will use function to put boxplots together for five different data sets.

Examples

1
2
3
4
5
## Not run: 
boxplot_combine(29126,"CD274",ana=TRUE,fontsize_plot = 10, fontsize_pvalue = 5, fontsize_legend = 10)
boxplot_combine("CD274","CD274",ana=FALSE,fontsize_plot = 10, fontsize_pvalue = 5, fontsize_legend = 10)

## End(Not run)

jyeh0909/TNBCBiomarker documentation built on June 8, 2019, 2:33 p.m.