kaxonomy | R Documentation |
KTU-based alignment-free taxonomy assignment
kaxonomy( dbRDS, taxaRDS, kmer.table, cos.cutff = 0.95, consensus = 0.8, candidate = 10, cores = 1 )
dbRDS |
Kmer formated database RDS file |
taxaRDS |
taxonomy ID RDS file |
kmer.table |
tetranucleotide frequency table for annotation |
cos.cutff |
cosine similarity cutoff, default=0.95 |
consensus |
taxonomy assignment by consensus [0-1] |
candidate |
how many candidates (≥ cos.cutff) for taxonomy assignment |
cores |
Numbers of CPUs |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.