Description Usage Arguments Value Methods Author(s) Examples
This function allows to extend ranges up to a user-specified length, which can be helpful in ChIP-seq analysis.
1 | extendRanges(x, seqLen = 200, chrlength, mc.cores=1)
|
x |
Object containing reads. |
seqLen |
Desired sequence length after extension. |
chrlength |
Integer vector indicating the length of each
chromosome. |
mc.cores |
Number of cores to use in parallel computations
(passed on to |
A list of IRanges
objects with extended sequence length.
signature(x = "RangedData")
space(x)
indicates the
chromosome, start(x)
and end(x)
the start/end positions of
each read.
signature(x = "list")
Each element in x
is assumed to correspond to a different sample.
David Rossell
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.