BoxPlot {MBMethPred}R 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)

[Package MBMethPred version 0.1.4.2 Index]