Description Usage Arguments Value Author(s) Examples
returns number of DNA sites used
1 | rcpp_pairwiseDeletionDNA(dnavector, ncores = 1L)
|
dnavector |
StringVector |
ncores |
number of cores |
list
Kristian K Ullrich
1 2 3 4 | ## 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.