rcpp_distSTRING | R Documentation |
calculates pairwise distances using a score matrix
rcpp_distSTRING(dnavector, scoreMatrix, ncores = 1L, symmetric = 1L)
dnavector |
StringVector [mandatory] |
scoreMatrix |
NumericMatrix [mandatory] |
ncores |
number of cores [default: 1] |
symmetric |
symmetric score matrix [default: 1] |
list
Kristian K Ullrich
## load example sequence data
data("hiv", package="MSA2dist")
rcpp_distSTRING(dnavector=as.character(hiv), scoreMatrix=iupacMatrix())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.