allPeakLengths {geneXtendeR}R Documentation

Produces box-and-whisker plot showing distribution of peak lengths across a peaks input file.

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

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

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


[Package geneXtendeR version 1.20.0 Index]