View source: R/width_boxplot.R
width_boxplot | R Documentation |
This function creates boxplots showing the distribution of widths in each peak file.
width_boxplot(peaklist, interact = FALSE)
peaklist |
A list of peak files as GRanges object.
Files must be named and listed using |
interact |
Default TRUE. By default, plots are interactive. If set FALSE, all plots in the report will be static. |
A boxplot of peak widths.
### Load Data ###
data("encode_H3K27ac") # example peaklist GRanges object
data("CnT_H3K27ac") # example peaklist GRanges object
peaklist <- list("encode"=encode_H3K27ac, "CnT"=CnT_H3K27ac)
my_plot <- width_boxplot(peaklist = peaklist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.