Description Usage Arguments Value Author(s) Examples
returns number of AA sites used
1 | rcpp_pairwiseDeletionAA(aavector, ncores = 1L)
|
aavector |
StringVector |
ncores |
number of cores |
list
Kristian K Ullrich
1 2 3 4 | ## load example sequence data
data("hiv", package="distSTRING")
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.