Description Usage Arguments Value Author(s) References Examples
Optimize kmer length by trying kmers which length is in the range from 1 to max.kmer. The optimal kmer will have maximal species identification success rate.
1 | optimize.kmer(ref, max.kmer = max.kmer)
|
ref |
object of class "DNAbin" used as a reference dataset, which contains taxon information. |
max.kmer |
a numeric to indicate the length of maximal kmer. |
a numeric indicating the optimal kmer in the range examined.
Ai-bing ZHANG, Cai-qing YANG, Meng-di HAO, CNU, Beijing, CHINA.
zhangab2008 (at) mail. cnu. edu. cn/zhangab2008 (at) gmail.com.
1 2 3 | data(TibetanMoth)
ref<-TibetanMoth[1:10,]
optimial.kmer<-optimize.kmer(ref,max.kmer=5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.