rcpp_pairwiseDeletionDNA | R Documentation |
returns number of DNA sites used
rcpp_pairwiseDeletionDNA(dnavector, ncores = 1L, symmetric = 1L)
dnavector |
StringVector [mandatory] |
ncores |
number of cores [default: 1] |
symmetric |
symmetric score matrix [default: 1] |
list
Kristian K Ullrich
## load example sequence data
data("woodmouse", package="ape")
w <- woodmouse |> dnabin2dnastring() |> as.character()
rcpp_pairwiseDeletionDNA(dnavector=w, ncores=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.