View source: R/maximum_allele_size.R
maximum_allele_size | R Documentation |
This is a convienence function that returns the number of digits for a locus or set of loci.
maximum_allele_size(x)
x |
A |
An integer depicting the maximum number of digits in alleles at the locus.
Rodney J. Dyer <rjdyer@vcu.edu>
loci <- c( locus( c(1,12) ), locus( c(2,22) ), locus( c(2222,2) ))
maximum_allele_size( loci )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.