bt.random: Generate random intervals among a genome.

View source: R/bt.random.R

bt.randomR Documentation

Generate random intervals among a genome.

Description

Generate random intervals among a genome.

Usage

bt.random(g, l = NULL, n = NULL, seed = NULL, output = NULL)

Arguments

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.


PhanstielLab/bedtoolsr documentation built on Nov. 13, 2022, 10:38 p.m.