remove_introns {exomePeak2}R Documentation

Removing introns from a provided GRanges object.

Description

Removing introns from a provided GRanges object.

Usage

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.


[Package exomePeak2 version 1.6.1 Index]