Description Usage Arguments Value
take two bsseq objects and the overlaps of the union of their rowRanges, pad out un-covered sites with 0M/0Cov (i.e., ./. in a sparse Matrix), and return a Matrix containing the joint information from both.
1  | unionizeBSseq(bs1, bs2, biggrl, what = c("M", "Cov"), parallel = TRUE)
 | 
bs1 | 
 a BSseq object  | 
bs2 | 
 another BSseq object  | 
biggrl | 
 a GRangesList with (bs1-only, both, bs2-only) regions  | 
what | 
 "M" (methylation) or "Cov" (coverage)  | 
a DelayedMatrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.