Description Usage Arguments Value
View source: R/data.processing.R
caculate read coverage in the flanking region of target exons
1 | getCoverage(bamfile, region, flanking.ws = 150, read.tag.names = F)
|
bamfile |
- bam file of chip-seq data (bowtie alignment) |
region |
- a dataframe indicate chromosome, target exon start and target exon end position |
list contain: 1. vector of read coverage of each individual position in the left flanking region 2. vector of read coverage of each individual position in the right flanking region 3. total library size of bam file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.