Skip to content

Distance Types

Martin Vickers edited this page Oct 11, 2018 · 33 revisions

Here you will find complete descriptions of all the alignment-free distance measures implemented with KAST along with references.

d2

To select d2 as a distance measurement within KAST, use the -t d2 flag.

Normalised Google Distance

To select Normalised Google Distance as a distance measurement within KAST, use the -t ngd flag.

Bray-Curtis

To select Bray-Curtis as a distance measurement within KAST, use the -t bc flag.

S2 (AKA dAI)

To select S2 as a distance measurement within KAST, use the -t dai flag.

Euclid (AKA Euler or Euclidean Distance)

To select Euclid as a distance measurement within KAST, use the -t euclid flag.

Manhattan

To select Manhattan as a distance measurement within KAST, use the -t manhattan flag.

Chebyshev

To select Chebyshev as a distance measurement within KAST, use the -t chebyshev flag.

Markov Based Measures

D2S

To select D2S [2] as a distance measurement within KAST, use the -t D2S flag.

D2Star (AKA D2*)

To select D2Star [2] as a distance measurement within KAST, use the -t D2Star flag.

d2s

To select d2s [1] as a distance measurement within KAST, use the -t d2s flag.

d2star (AKA d2*)

To select d2star [1] as a distance measurement within KAST, use the -t d2star flag.

References

[1]: Wang Y, Liu L, Chen L, Chen T, Sun F. Comparison of Metatranscriptomic Samples Based on k-Tuple Frequencies. Parkinson J, ed. PLoS ONE. 2014;9(1):e84348. doi:10.1371/journal.pone.0084348.

[2]: Reinert G, Chew D, Sun F, Waterman MS. Alignment-Free Sequence Comparison (I): Statistics and Power. Journal of Computational Biology. 2009;16(12):1615-1634. doi:10.1089/cmb.2009.0198.

Clone this wiki locally