Description Usage Arguments Value Examples
View source: R/allPeakLengths.r
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.
1 | allPeakLengths(filename)
|
filename |
Name of peaks input file. |
Returns a box-and-whisker plot of peak length distribution across a peaks file.
1 2 | myfile <- system.file("extdata", "somepeaksfile.txt", package="geneXtendeR")
allPeakLengths(myfile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.