bt.random | R Documentation |
Generate random intervals among a genome.
bt.random(g, l = NULL, n = NULL, seed = NULL, output = NULL)
g |
<genome> |
l |
The length of the intervals to generate. - Default = 100. - (INTEGER) |
n |
The number of intervals to generate. - Default = 1,000,000. - (INTEGER) |
seed |
Supply an integer seed for the shuffling. - By default, the seed is chosen automatically. - (INTEGER) |
output |
Output filepath instead of returning output in R. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.