View source: R/BasicFunctions.R
A function for annotating the Sprint results with genomic regions and repeats (allows for partition)
1 2 3 4 5 6 | run_ADARR_partition(
input.file.path,
annotation.granges.path,
complete.annotated.path,
partition = 10000
)
|
input.file.path |
The input file path |
annotation.granges.path |
The path to output initial annotations |
complete.annotated.path |
The path to output the complete annotations |
partition |
the number of RES to partition by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.