Counts the number of bases covered by 0, 1, 2 etc CNV intervals
1 | coverage_depth_summary(data, chrlengths, endpos_is_inclusive)
|
data |
- data.table of CNV intervals |
chrlengths |
- data.table of chromosome lengths |
endpos_is_inclusive |
- TRUE means an interval [start=10, end=20] includes the last position, so is 11 bases long (i.e. 10, 11, 12, ..., 19, 20]. FALSE means an interval [start=10, end=20] excludes the last position, and is 10 bases long, because it stops at 19. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.