dist_matrix | R Documentation |
Distance matrix for multiple sequences.
dist_matrix(sobj, sites = NULL, ncores = 1, dist.type = "hamming")
sobj |
List of sequences object as returned by |
sites |
List of integer vectors. Positions where the differences are calculated.
For example, |
ncores |
Integer. Number of cores used for parallel computation.
Default |
dist.type |
String. Type of genetic distance. Default |
A distance matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.