Description Usage Arguments Value
View source: R/junction-read-count.R
Calculate the total number of junction reads overlapping with the introns of each promoter for the input junction file
1 2 3 4 5 6 7 | calculateJunctionReadCounts(
promoterCoordinates,
intronRanges,
file = "",
fileType = "",
genome = ""
)
|
promoterCoordinates |
A GRanges object containing promoter coordinates and reduced exon coordinates by gene |
intronRanges |
A Granges object containing the annotated unique intron ranges. These ranges will be used for counting the reads |
file |
character path for the input junction bed or bam file |
fileType |
character type of the junction bed file. Either 'tophat', 'star' or 'bam' |
genome |
character genome version |
The total number of junction reads overlapping with each promoter for the input annotated intron ranges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.