Group_boxplot | R Documentation |
This function outputs the methylation levels of all the groups in boxplot without considering other features.
Group_boxplot(regiongeneall, ttest = TRUE, title = "Group boxplot", col = NULL)
regiongeneall |
refers to the input file with group methylation levels. |
ttest |
refers to whether to perform the Student t-test, with default TRUE. |
title |
refers to the figure title, with default "Group boxplot among genes". |
col |
refers to the boxplot colors, with default NULL. |
Outputs boxplot figure with groups.
Group_boxplot(regiongeneall)
Group_boxplot(genebodypromoterall, title = "Three groups among genes in promoter region")
Group_boxplot(regiongeneall, ttest = FALSE, title = "Three groups among genes", col = c("red", "green", "blue"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.