Description Usage Arguments Value See Also
find_summits returns a numeric vector with the same length of the
GRanges
with the summits according to one of the files.
1 2 3 4 5 | find_summits(object, ...)
## S4 method for signature 'SegvisData'
find_summits(object, which.file = 1,
mc.cores = getOption("mc.cores", 2L))
|
object |
a |
... |
Other parameters that may be used by |
which.file |
a numeric value indicating which file is going to be used to calculate the summits. By default it takes the first file. |
mc.cores |
a numeric value with the number of cores to use, i.e. at most how many child processes will be run simultaneously. |
The find_summits
method returns a numeric vector with the
genomic coordinate with the summit in the GRanges
according to one
of the files in object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.