allPeakLengths: Produces box-and-whisker plot showing distribution of peak...

Description Usage Arguments Value Examples

View source: R/allPeakLengths.r

Description

Makes boxplots of all peak lengths (within a peaks input file) to show how lengths of individual peaks are distributed across the entire peak set.

Usage

1
allPeakLengths(filename)

Arguments

filename

Name of peaks input file.

Value

Returns a box-and-whisker plot of peak length distribution across a peaks file.

Examples

1
2
myfile <- system.file("extdata", "somepeaksfile.txt", package="geneXtendeR")
allPeakLengths(myfile)

geneXtendeR documentation built on Nov. 8, 2020, 11:09 p.m.