Description Usage Arguments Details Value Examples
View source: R/make_example_data.R
Generates heterozygous, homozygous, or missing locus data. Not exported.
1  | make_locus(min_reads = 4, max_reads = 200)
 | 
min_reads | 
 the minimum number of allele reads at each locus  | 
max_reads | 
 the maximum number of allele reads at each locus  | 
Heterozygous or homozgous loci are given a random number of reads for each allele.
A character string of locus data
1 2  | ## Not run: make_locus()
## Not run: make_locus(min_reads=16, max_reads=100)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.