Constructor and Description |
---|
GenerateBed(File bedFile,
int n,
int size,
String chrom,
org.apache.commons.math3.random.RandomGenerator random,
org.apache.commons.math3.distribution.RealDistribution length)
Generate records in BED format.
|
public GenerateBed(File bedFile, int n, int size, String chrom, org.apache.commons.math3.random.RandomGenerator random, org.apache.commons.math3.distribution.RealDistribution length)
bedFile
- output BED file, if anyn
- number of BED records to generate, must be at least zerosize
- chromosome size, must be at least zerochrom
- chromosome name, must not be nullrandom
- random generator, must not be nulllength
- length distribution, must not be nullCopyright © 2014–2015. All rights reserved.