allPeakLengths {geneXtendeR} | R Documentation |
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.
allPeakLengths(filename)
filename |
Name of peaks input file. |
Returns a box-and-whisker plot of peak length distribution across a peaks file.
myfile <- system.file("extdata", "somepeaksfile.txt", package="geneXtendeR") allPeakLengths(myfile)