covRle: Coverage Rlelist for both strands

View source: R/covRLE_class.R

covRleR Documentation

Coverage Rlelist for both strands

Description

Coverage Rlelist for both strands

Usage

covRle(forward = RleList(), reverse = RleList())

Arguments

forward

a RleList with defined seqinfo for forward strand counts

reverse

a RleList with defined seqinfo for reverse strand counts

Value

a covRle object

See Also

Other covRLE: covRle-class, covRleFromGR(), covRleList, covRleList-class

Examples

covRle()
covRle(RleList(), RleList())
chr_rle <- RleList(chr1 = Rle(c(1,2,3), c(1,2,3)))
covRle(chr_rle, chr_rle)

Roleren/ORFik documentation built on April 25, 2024, 8:41 p.m.