kaksTorture | R Documentation |
This data set is what should be obtained when runing kaks()
on the test file kaks-torture.fasta in the sequences directory of the
seqinR package.
data(kaksTorture)
A list with 4 components of class dist.
Ka
Ks
variance for Ka
variance for Ks
See comments in kaks-torture.fasta for R code used to produce it.
citation("seqinr")
data(kaksTorture)
kaks.torture <- read.alignment(file = system.file("sequences/kaks-torture.fasta",
package = "seqinr"), format = "fasta")
#
# Failed on windows :
#
# stopifnot(identical(kaksTorture, kaks(kaks.torture)))
# stopifnot(identical(kaksTorture, kaks(kaks.torture, rmgap = FALSE)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.