> For the complete documentation index, see [llms.txt](https://www.microbiomestat.wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.microbiomestat.wiki/data-manipulation-and-transformation.md).

# Data Manipulation and Transformation

- [Data Summary](https://www.microbiomestat.wiki/data-manipulation-and-transformation/data-summary.md): This page provides an overview of the mStat\_summarize\_data\_obj() function, which summarizes key components of a MicrobiomeStat data object.
- [Data Aggregation](https://www.microbiomestat.wiki/data-manipulation-and-transformation/data-aggregation.md): Data aggregation summarizes microbiome data at broader taxonomic levels. This reveals intuitive compositional patterns and trends.
- [Data Normalization](https://www.microbiomestat.wiki/data-manipulation-and-transformation/data-normalization.md): Data normalization is an essential step in microbiome data analysis. It helps account for sequencing depth differences and make samples comparable.
- [Data Filtering](https://www.microbiomestat.wiki/data-manipulation-and-transformation/data-filtering.md): Data filtering selectively removes certain features or samples from the dataset.MicrobiomeStat provides key functions to filter data objects based on criteria.
- [Data Validation](https://www.microbiomestat.wiki/data-manipulation-and-transformation/data-validation.md): High-quality analysis requires valid, well-formatted data. MicrobiomeStat provides data validation to check format compliance and consistency.
- [Data Combination](https://www.microbiomestat.wiki/data-manipulation-and-transformation/data-combination.md): In this section, we will cover the key function in MicrobiomeStat for combining multiple microbiome datasets into one object for integrated analysis.
- [Metadata Management](https://www.microbiomestat.wiki/data-manipulation-and-transformation/metadata-management.md): Metadata provides crucial sample information for microbiome analysis. Effective metadata management enables robust comparative analysis.
- [Color Palette](https://www.microbiomestat.wiki/data-manipulation-and-transformation/color-palette.md)


---

# 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:

```
GET https://www.microbiomestat.wiki/data-manipulation-and-transformation.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.
