Description Usage Arguments Value Examples
The exported functions here are used in the vignette as examples. If you want to reuse them, please implement them yourself. This will allow for fine tuning on your side and does not create a depency to example functions, which could change
1 2 3 | aggregate_example(x)
find_mod_example(x, minCoverage)
|
x |
a |
minCoverage |
the minimum coverage for finding modifications |
aggregate_example a SplitDataFrameList
object containing the
aggregated data for a Modifier
object
find_mod_example a GRanges
object with coordinates of
found modifications
1 2 3 4 | # no examples runable. See vignette for explanation on how to use these
# example functions
aggregate_example
find_mod_example
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.