calculateJunctionReadCounts: Calculate the total number of junction reads overlapping with...

Description Usage Arguments Value Examples

Description

Calculate the total number of junction reads overlapping with the introns of each promoter for the input junction file

Usage

1
2
calculateJunctionReadCounts(exonRanges, intronRanges,
  junctionFilePath = "", junctionType = "tophat")

Arguments

exonRanges

A GRanges object containing reduced exon ranges by gene

intronRanges

A Granges object containing the annotated unique intron ranges. These ranges will be used for counting the reads

junctionFilePath

character path for the input junction bed file

junctionType

character type of the junction bed file. Either 'tophat' or 'star'

Value

The total number of junction reads overlapping with each promoter for the input annotated intron ranges

Examples

1
2
3
4
5
6
7
## Not run: 
junctionFilePath <- './sample1-tophat.bed'
junctionCounts <- calculateJunctionReadCounts(exonReducedRanges,
                                               intronRanges.annotated,
                                               junctionFilePath,
                                               junctionType = 'tophat')
## End(Not run)

dnzdmrcgl/proActivTest documentation built on June 9, 2019, 10:50 a.m.