Description Usage Arguments Value Author(s)
Compute the coverage vector given a bamfile
1 2 | computeCoverage(bamfile, extendReads = FALSE, paired_ends = FALSE,
fragmentLength = NULL, maxFragmentLength = NULL)
|
bamfile |
A character string indicating the path of bam file |
extendReads |
A logical, indicating whether reads should be extended |
paired_ends |
A logical, indicating whether reads are paired |
fragmentLength |
An integer, indicating the new size of reads when extendReads is TRUE and paired_ends is FALSE. If NULL, read size is estimated using estimate.mean.fraglen from the chipseq package. |
maxFragmentLength |
An optional integer, specifying the maximal size of fragments. Longer fragments will be disregarded when computing coverage. |
A SimpleRleList object containing the coverage
Gregoire Pau
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.