remove_introns: Removing introns from a provided GRanges object.

Description Usage Arguments Value

View source: R/remove_introns.R

Description

Removing introns from a provided GRanges object.

Usage

1
remove_introns(gr_bins, grl_exbg)

Arguments

gr_bins

A GRanges object of exomePeak bins before the intron removal.

grl_exbg

A GRangesList object that define the exon regions of each genes.

Value

A GRangesList object with the same length of gr_bins, each list element corresponds to the original GRanges after the removal of introns.


exomePeak2 documentation built on Nov. 8, 2020, 5:27 p.m.