Learn R Programming

MBMethPred (version 0.1.4.2)

BoxPlot: Box plot

Description

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

Usage

BoxPlot(File, Projname = NULL)

Value

A ggplot2 object

Arguments

File

The output of ReadMethylFile function.

Projname

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

Examples

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

Run the code above in your browser using DataLab