# Average Nucleotide Identity

## What is Average Nucletide Identity? <a href="#what-is-average-nucletide-identity" id="what-is-average-nucletide-identity"></a>

Overall genome relatedness index (OGRI) is a term first coined by [Chun & Rainey (2014)](http://ijs.microbiologyresearch.org/content/journal/ijsem/10.1099/ijs.0.054171-0?ref=blog.ezbiocloudpro.com) and represents any measurements indicating how similar two genome sequences are. There are many algorithms to calculate OGRI values, but the most widely used algorithm for taxonomic studies is Average Nucleotide Identity (ANI). The original ANI algorithm was first introduced and refined by Jim Teidje’s group (Konstantinidis et al. 2005; Goris et al. 2007). Since then, as more genome sequences are accumulated in public databases, ANI has been widely used in the description of novel species and, less frequently, for the identification of newly isolated strains (as genome sequencing is still expensive for routine identification).

Even though the algorithm for ANI calculation is clear, its implementation as a software can be different. Different ANI values can be obtained by different software tools as reported by Figueras et al. (2015). Actually, this is a general problem in bioinformatics; different computer programs using the same algorithm may produce different results. This is particularly problematic when web service is used since web service cannot be replicated with confidence in future.

OrthoANI is a modified algorithm of the original ANI and has advantages over the original ANI \[[Learn more about OrthoANI](https://help.ezbiocloud.net/orthoani-genomic-similarity/?ref=blog.ezbiocloudpro.com)]. We recommend OrthoANIu (with the USEARCH program) for taxonomic purposes. Web service is available [here](http://www.ezbiocloud.net/tools/ani?ref=blog.ezbiocloudpro.com) and standalone software can be downloaded from [here](http://www.ezbiocloud.net/tools/orthoaniu?ref=blog.ezbiocloudpro.com).

## References <a href="#references" id="references"></a>

Chun, J. & Rainey, F.A. Integrating genomics into the taxonomy and systematics of the Bacteria and Archaea. Int J Syst Evol Microbiol [64, 316-24 (2014)](http://ijs.microbiologyresearch.org/content/journal/ijsem/10.1099/ijs.0.054171-0?ref=blog.ezbiocloudpro.com).

Konstantinidis, K.T. & Tiedje, J.M. Genomic insights that advance the species definition for prokaryotes. Proc Natl Acad Sci U S A [102, 2567-72 (2005)](http://www.pnas.org/content/102/7/2567.full?ref=blog.ezbiocloudpro.com).

Goris, J. et al. DNA-DNA hybridization values and their relationship to whole-genome sequence similarities. Int J Syst Evol Microbiol [57, 81-91 (2007)](http://ijs.microbiologyresearch.org/content/journal/ijsem/10.1099/ijs.0.64483-0?ref=blog.ezbiocloudpro.com).

Figueras, M.J., Beaz-Hidalgo, R., Hossain, M.J. & Liles, M.R. Taxonomic affiliation of new genomes should be verified using average nucleotide identity and multilocus phylogenetic analysis. Genome Announc [2(6) (2014)](http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4256179/?ref=blog.ezbiocloudpro.com).

Lee, I., Kim, Y.O., Park, S.C. & Chun, J. OrthoANI: An improved algorithm and software for calculating average nucleotide identity. Int J Syst Evol Microbiol [66: 1100-1103 (2015)](http://ijs.microbiologyresearch.org/content/journal/ijsem/10.1099/ijsem.0.000760?ref=blog.ezbiocloudpro.com).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.ezbiocloud.net/home/science-blogs/basics/average-nucleotide-identity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
