> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cosmosid.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ITS Amplicon Classification

> Fungal community profiling using ITS amplicon sequencing and the UNITE database

## Overview

The Internal Transcribed Spacer (ITS) region is the universal DNA barcode marker for fungi. ITS amplicon sequencing enables identification and quantification of fungal communities in environmental, clinical, and agricultural samples. The Cosmos-Hub ITS workflow processes your sequencing data and classifies fungi using the UNITE reference database.

## When to use ITS sequencing

ITS amplicon sequencing is ideal for:

* **Fungal diversity studies** — Characterize mycobiome composition in soil, plant, or host-associated samples
* **Clinical mycology** — Identify fungal pathogens in patient samples
* **Food and fermentation** — Monitor fungal communities in food production
* **Agricultural research** — Study plant-fungal interactions and soil health

<Note>
  ITS sequencing targets fungi specifically. For bacterial profiling, use the [16S Amplicon workflow](/docs/16s-metagenomics-taxonomy). For comprehensive microbial profiling including bacteria, fungi, and viruses, consider [shotgun metagenomics](/docs/champ2).
</Note>

## Understanding ITS results

When you view your ITS sample results from the datasets dashboard, you'll see a table with the following columns:

| Column                 | Description                                                                                       |
| ---------------------- | ------------------------------------------------------------------------------------------------- |
| **Name**               | Organism identified at the taxonomy level you are viewing                                         |
| **OTU ID**             | Operational Taxonomic Unit identifier — a group of organisms clustered by DNA sequence similarity |
| **Frequency**          | Number of reads that matched the OTU                                                              |
| **Relative Abundance** | Normalized abundance of the OTU based on frequency                                                |

<Frame>
  <img src="https://mintcdn.com/cmbio/SFH5AgPMGny9j8NI/images/docs/items/04ux1Xgn/61690db6-c8dd-457b-a83c-3679c55aae5d.jpeg?fit=max&auto=format&n=SFH5AgPMGny9j8NI&q=85&s=51eb55b8763af9ddb80a022cb931fa04" alt="Amplicon Workflow" width="1133" height="628" data-path="images/docs/items/04ux1Xgn/61690db6-c8dd-457b-a83c-3679c55aae5d.jpeg" />
</Frame>

See [View Results](/docs/view-sample-results) for more information about the visualizations available for amplicon samples.

## What is an OTU?

An **Operational Taxonomic Unit (OTU)** is a cluster of similar DNA sequences used as a proxy for species or taxonomic groups. In the ITS workflow, sequences sharing 97% or greater similarity are grouped into the same OTU. This clustering approach accounts for sequencing errors and minor intraspecific variation while maintaining taxonomic resolution.

## Technical methods

The Cosmos-Hub ITS pipeline processes your data through the following steps:

### 1. Preprocessing

Raw reads from paired-end or single-end FASTQ files undergo quality filtering:

* Adapter trimming removes technical sequences
* Low-quality reads and bases are filtered out
* For paired-end data, overlapping forward and reverse reads are merged; unjoined reads are appended to the end of the file

### 2. Format conversion

Preprocessed reads are converted from FASTQ to FASTA format for OTU picking.

### 3. OTU clustering and classification

OTUs are identified using the QIIME framework with:

* **Reference database**: UNITE Database version 8.3
* **Method**: Closed-reference OTU picking
* **Similarity threshold**: 97% sequence identity

### 4. Results generation

Final results are presented in tabular format with taxonomic names, OTU IDs, frequency counts, and relative abundances.

## Downloading and comparing results

Results can be [downloaded](/docs/download-your-results) in multiple formats for downstream analysis. To compare fungal communities across samples, use the Cosmos-Hub [Comparative Analysis tool](/docs/new-comparative-analysis) to generate visualizations including diversity metrics, heatmaps, and ordination plots.

## Reference database

The ITS workflow uses the **UNITE Database version 8.3**, a curated fungal ITS sequence database maintained by the UNITE community. UNITE provides reliable taxonomic assignments for fungi and is the standard reference for ITS-based fungal identification.

For more information about databases used in Cosmos-Hub, see [Database Information](/docs/database-information).
