combine_multilocus | R Documentation |
Combine Multiple Locus and Assure Constant Width
combine_multilocus(locus)
locus |
A vector with all the locus in string format. |
A long string with all locus combined, padding zeros making ever locus three characters long.
## Not run:
multilocus <- c("182", "180", "152", "152")
multilocus_combined <- combine_multilocus(multilocus)
## End(Not run)
## Not run:
multilocus_combined <- apply(multilocus_matrix, 1, combine_multilocus)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.