This function creates boxplots showing the distribution of widths in each peak file.
width_boxplot(peaklist, interact = FALSE)
A list of peak files as GRanges object.
Files must be named and listed using list()
.
e.g. list("name1"=file1, "name2"=file2)
Default TRUE. By default, plots are interactive. If set FALSE, all plots in the report will be static.
A boxplot of peak widths.