Description Usage Arguments Details Value Examples
Computes coverage of sample1 minus coverage of sample2, taking into account that the chromosomes in sample1 and sample2 are not necessarily the same.
1 | coverageDiff(sample1, sample2, chrLength)
|
sample1 |
Object with reads from sample 1. Typically, a |
sample2 |
Object with reads from sample 2. Typically, a |
chrLength |
Named vector with chromosome lengths. This can be obtained from the Bioconductor annotation packages,
e.g. |
Computation is restricted to chromosomes in names(chrLength)
.
SimpleRleList
with differences in coverage.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.