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 | partition_files(
input.file.path,
partition.path = "partitions",
partition = 10000
)
|
input.file.path |
The input file path |
partition.path |
Directory to export partitions to |
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.