rcpp_KaKs | R Documentation |
calculates KaKs as implememted in
KaKs Calculator 2.0 MSA2dist
with Rcpp
.
rcpp_KaKs(cdsstr, sgc = "1", method = "YN", verbose = FALSE)
cdsstr |
StringVector [mandatory] |
sgc |
standard genetic code to use [default: 1] |
method |
KaKs Calculator 2.0 codon model [default: YN] |
verbose |
specify if verbose output [default: FALSE] |
list
Kristian K Ullrich
Wang et al. (2010) KaKs_Calculator 2.0: a toolkit incorporating gamma-series methods and sliding window strategies.Genomics, proteomics & bioinformatics. 8(1), 77-80.
## load example sequence data
data("hiv", package="MSA2dist")
rcpp_KaKs(cdsstr=as.character(hiv[1:3]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.