compare_haplotypes | R Documentation |
Compare two polyploid haplotypes stored in list format
compare_haplotypes(ploidy, h1, h2)
ploidy |
ploidy level |
h1 |
homology group 1 |
h2 |
homology group 2 |
a numeric vector of size ploidy
indicating which
homolog in h2 represents the homolog in h1. If there is
no correspondence, i.e. different homolog, it returns NA for
that homolog.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.