plotBed: A function to boxplot 'score' column of a BED dataframe,
per unique chromosome name in the 'chrom' column. The resulting plot also highlights outliers
based on the inter quartile range (IQR). The genome wide median is plotted as a pink line through the boxplots.
Description
A function to boxplot 'score' column of a BED dataframe,
per unique chromosome name in the 'chrom' column. The resulting plot also highlights outliers
based on the inter quartile range (IQR). The genome wide median is plotted as a pink line through the boxplots.
Usage
plotBed(bed, plotting = TRUE)
Arguments
bed
A dataframe containing 'score' and 'chrom' columns (dataframe).
plotting
Should the plot object be sent to the default device? (boolean, defaults to TRUE).