View source: R/phylo__makeFastANIDistMatrix.R
makeFastANIDistMatrix | R Documentation |
This function coverts a FastANI output into a distance matrix.
makeFastANIDistMatrix(f, keep_asym = FALSE, frac = FALSE, suffix = "fasta")
f |
Path to the tab-delimited output file of FastANI |
keep_asym |
A logical flag specifying whether to keep the original asymmetric distance matrix. |
frac |
A logical flag specifying whether to convert percentages to decimal fractions. This option does not affect the tree topology as the change is proportional. |
suffix |
Filename extension of input FASTA files for FastANI, such as fna and fasta. |
One or two n-by-n distance matrices (depending on keep_asm), where n denotes the number of genomes.
Yu Wan (wanyuac@126.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.