# Setting Up MicrobiomeStat: Installation and Data Preparation

- [Installation Guide](https://www.microbiomestat.wiki/setting-up-microbiomestat-installation-and-data-preparation/kick-start-your-journey-the-microbiomestat-installation-guide.md)
- [Creating the MicrobiomeStat Data Object](https://www.microbiomestat.wiki/setting-up-microbiomestat-installation-and-data-preparation/laying-the-foundation-creating-the-microbiomestat-data-object.md)
- [Building MicrobiomeStat from Matrix and Data.frame](https://www.microbiomestat.wiki/setting-up-microbiomestat-installation-and-data-preparation/laying-the-foundation-creating-the-microbiomestat-data-object/building-microbiomestat-from-matrix-and-data.frame.md): Discover how to craft the MicrobiomeStat data object using matrices and data frames from your R environment or by importing data from external CSV files.
- [Converting Data from Phyloseq into MicrobiomeStat](https://www.microbiomestat.wiki/setting-up-microbiomestat-installation-and-data-preparation/laying-the-foundation-creating-the-microbiomestat-data-object/navigating-data-from-phyloseq-into-microbiomestat.md): Learn the process for converting Phyloseq data format into MicrobiomeStat data format.
- [Importing Data from QIIME2 into MicrobiomeStat](https://www.microbiomestat.wiki/setting-up-microbiomestat-installation-and-data-preparation/laying-the-foundation-creating-the-microbiomestat-data-object/importing-data-from-qiime2-into-microbiomestat.md): This guide provides a step-by-step method for importing QIIME2 data  into the MicrobiomeStat data object.
- [Importing Data from BIOM into MicrobiomeStat](https://www.microbiomestat.wiki/setting-up-microbiomestat-installation-and-data-preparation/laying-the-foundation-creating-the-microbiomestat-data-object/transferring-data-from-biom-into-microbiomestat.md): Guide to importing BIOM data into MicrobiomeStat data object.
- [Converting SummarizedExperiment into MicrobiomeStat](https://www.microbiomestat.wiki/setting-up-microbiomestat-installation-and-data-preparation/laying-the-foundation-creating-the-microbiomestat-data-object/inputting-summarizedexperiment-into-microbiomestat.md): A step-by-step guide on converting SummarizedExperiment data format for compatibility with MicrobiomeStat.
- [Converting DGEList Data into MicrobiomeStat](https://www.microbiomestat.wiki/setting-up-microbiomestat-installation-and-data-preparation/laying-the-foundation-creating-the-microbiomestat-data-object/loading-dgelist-data-into-microbiomestat.md): Learn the steps to  convert DGEList data format into MicrobiomeStat data format.
- [Converting DESeqDataSet into MicrobiomeStat](https://www.microbiomestat.wiki/setting-up-microbiomestat-installation-and-data-preparation/laying-the-foundation-creating-the-microbiomestat-data-object/incorporating-deseqdataset-into-microbiomestat.md): A guide on converting DESeqDataSet data format into the MicrobiomeStat format.
- [Importing Data from DADA2 into MicrobiomeStat](https://www.microbiomestat.wiki/setting-up-microbiomestat-installation-and-data-preparation/laying-the-foundation-creating-the-microbiomestat-data-object/integrating-data-from-dada2-into-microbiomestat.md): Learn the steps to import data from DADA2 into MicrobiomeStat's data structure.
- [Importing Data from Mothur into MicrobiomeStat](https://www.microbiomestat.wiki/setting-up-microbiomestat-installation-and-data-preparation/laying-the-foundation-creating-the-microbiomestat-data-object/fetching-data-from-mothur-into-microbiomestat.md): Steps for importing Mothur-generated data into the MicrobiomeStat framework.


---

# 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://www.microbiomestat.wiki/setting-up-microbiomestat-installation-and-data-preparation.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.
