Description Usage Arguments Value
take a bunch of bsseq objects, take the union of their granges(), pad out un-covered sites with 0M/0Cov (i.e., ./. in a sparse Matrix), and return the now-even-sparser bsseq holding all of them. All conditions governing cbind(bsseq1, bsseq2) also apply to unionize().
1 |
bs1 |
a bsseq object (return unaltered if length(list(...)) == 0) |
... |
one or more bsseq objects to combine with the first one |
parallel |
split the bsseq objects by chrom and parallelize? (FALSE) |
onlyChrs |
retain a specific subset of chromosomes? (NULL; keep all) |
1 | a larger and more sparse bsseq object
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.