> For the complete documentation index, see [llms.txt](https://kb.ezbiocloud.net/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.ezbiocloud.net/home/science-blogs/detect/human-pathogens.md).

# Human Pathogens

## Human Pathogenic Groups

Pathogens that affect humans are typically categorized into four main groups based on their characteristics and the diseases they cause:

## Bacteria <a href="#span-classeztocsection-idbacteriaspanbacteriaspan-classeztocsectionendspan" id="span-classeztocsection-idbacteriaspanbacteriaspan-classeztocsectionendspan"></a>

Bacterial pathogens are single-celled microorganisms that can cause a wide range of diseases in humans. Examples include:

**Escherichia coli** (E. coli) – 16S rRNA

**Staphylococcus aureus** (Staph infection) – nuc gene

**Mycobacterium tuberculosis** (tuberculosis) – rpoB gene

**Streptococcus pyogenes** (strep throat) – emm gene

## Viruses <a href="#span-classeztocsection-idvirusesspanvirusesspan-classeztocsectionendspan" id="span-classeztocsection-idvirusesspanvirusesspan-classeztocsectionendspan"></a>

Viral pathogens are much smaller than bacteria and consist of genetic material (DNA or RNA) enclosed in a protein coat. They cannot replicate on their own and require a host cell to reproduce. Common viral pathogens include:

**HIV** (Human Immunodeficiency Virus) – pol gene

**Influenza virus** – hemagglutinin (HA) and neuraminidase (NA) genes

**SARS-CoV-2** (COVID-19) – spike (S) gene

**Hepatitis viruses** (e.g., Hepatitis B – HBsAg gene) – Various viral genes

## Fungi <a href="#span-classeztocsection-idfungispanfungispan-classeztocsectionendspan" id="span-classeztocsection-idfungispanfungispan-classeztocsectionendspan"></a>

Fungal pathogens are eukaryotic microorganisms that can cause various fungal infections in humans. Examples of fungal pathogens include:

**Candida species** (yeast infections) – ITS region

**Aspergillus species** (aspergillosis) – calmodulin (CAL) gene

**Dermatophytes** (e.g., Trichophyton) – beta-tubulin (BT2) gene

## Parasites <a href="#span-classeztocsection-idparasitesspanparasitesspan-classeztocsectionendspan" id="span-classeztocsection-idparasitesspanparasitesspan-classeztocsectionendspan"></a>

Parasitic pathogens are organisms that live on or within a host organism and derive nutrients at the expense of the host, often causing diseases. Human parasites include:

**Plasmodium species** (e.g., Protozoa) – 18S rRNA

**Helminths** (worms, e.g., Ascaris) – internal transcribed spacer (ITS) region

**Ectoparasites** (e.g., ticks and lice) – cytochrome c oxidase subunit 1 (COX1) gene

## Conclusion

These categories encompass a wide range of pathogens that can cause diseases in humans, and bioinformatics plays a crucial role in understanding their genetic makeup, studying their evolutionary history, and developing strategies for diagnosis, treatment, and prevention.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://kb.ezbiocloud.net/home/science-blogs/detect/human-pathogens.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
