# Multi-sample analysis

This set of tutorials introduces the analysis of multiple samples using **InSituPy**'s `InSituExperiment` class.

```{eval-rst}
.. card:: Introduction to the `InSituExperiment` class
    :link: InSituPy_InSituExperiment
    :link-type: doc

    Notebook introducing the concepts behind the `InSituExperiment` class to analyze multiple samples.

.. card:: Differential gene expression and GO term enrichment analysis
    :link: InSituPy_differential_gene_expression
    :link-type: doc

    Notebook showcasing differential gene expression analysis within and across multiple samples as well as gene ontology term enrichment analysis.
```

```{toctree}
:hidden: false
:maxdepth: 1

InSituPy_InSituExperiment
InSituPy_differential_gene_expression
```