BoxPlot: Box plot

View source: R/BoxPlot.r

BoxPlotR Documentation

Box plot

Description

A function to draw a box plot for the DNA methylation dataset.

Usage

BoxPlot(File, Projname = NULL)

Arguments

File

The output of ReadMethylFile function.

Projname

A name used to name the plot. The default is null.

Value

A ggplot2 object

Examples

data <- Data2[1:10,]
data <- cbind(rownames(data), data)
colnames(data)[1] <- "ID"
BoxPlot(File = data)

MBMethPred documentation built on Sept. 18, 2023, 5:13 p.m.