covRle | R Documentation |
Coverage Rlelist for both strands
covRle(forward = RleList(), reverse = RleList())
forward |
a RleList with defined seqinfo for forward strand counts |
reverse |
a RleList with defined seqinfo for reverse strand counts |
a covRle object
Other covRLE:
covRle-class
,
covRleFromGR()
,
covRleList
,
covRleList-class
covRle()
covRle(RleList(), RleList())
chr_rle <- RleList(chr1 = Rle(c(1,2,3), c(1,2,3)))
covRle(chr_rle, chr_rle)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.