BoxPlot | R Documentation |
A function to draw a box plot for the DNA methylation dataset.
BoxPlot(File, Projname = NULL)
File |
The output of ReadMethylFile function. |
Projname |
A name used to name the plot. The default is null. |
A ggplot2 object
data <- Data2[1:10,]
data <- cbind(rownames(data), data)
colnames(data)[1] <- "ID"
BoxPlot(File = data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.