Description Usage Arguments Author(s) Examples
generates a set of random regions for a specific species/build. Choices are human (hg18, hg19), mouse(mm9, mm10). regions are sampled from a log-normal distribution.
1 2 3 4 5 6 7 8 9 10 11 12 |
n |
number of regions |
chr |
the chr or region |
species |
species |
build |
build |
size.mean |
region mean in log space |
size.sd |
region sd in log space |
mask.gaps |
should the gaps (Ns) in the human reference be ignored as potential start points. This drammatically increases memory and run time but is more appropriate in almost all settings. By default it's off. |
mask.repeats |
should the repeats from repeatMasker be ignored as potential start points. This drammatically increases memory and run time but is more appropriate in almost all settings. By default it's off. |
sort.output |
return a sorted index |
verbose |
words |
Daryl Waggott
1 | test.regions <- get.random.regions(100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.