powered by
A function to draw a box plot for the DNA methylation dataset.
BoxPlot(File, Projname = NULL)
A ggplot2 object
The output of ReadMethylFile function.
A name used to name the plot. The default is null.
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