Description Usage Arguments Value Author(s) See Also Examples
Make the histogram distribution of fragment lengths estimated from paired-end reads.
1 2 | makeFragLengthHistPlot(bamFiles, fragSizeMax = 1000L,
mc.cores = getThreads())
|
bamFiles |
The |
fragSizeMax |
The |
mc.cores |
The number of threads to use. By default,
we use a internal function |
A ggplot
object.
Ge Tan
1 2 3 | bamfile <- system.file("extdata", "ex1.bam", package="Rsamtools",
mustWork=TRUE)
makeFragLengthHistPlot(bamfile, fragSizeMax=500L, mc.cores=1L)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.