rcpp_pairwiseDeletionAA | R Documentation |
returns number of AA sites used
rcpp_pairwiseDeletionAA(aavector, ncores = 1L, symmetric = 1L)
aavector |
StringVector [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")
h <- hiv |> cds2aa() |> as.character()
rcpp_pairwiseDeletionAA(aavector=h, ncores=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.