Description Usage Arguments Value Author(s) Examples
calcualtes pairwise distances using a score matrix
1 | rcpp_distSTRING(dnavector, scoreMatrix, ncores = 1L)
|
dnavector |
StringVector |
scoreMatrix |
NumericMatrix |
ncores |
number of cores |
list
Kristian K Ullrich
1 2 3 | ## load example sequence data
data("hiv", package="distSTRING")
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.