# Preprocessing: `pp`

The preprocessing module {mod}`dotools_py.pp` compiles all the basic quality control steps for
analysing sc/snRNA-seq with different implementations building on packages from the
[scverse ecosystem](https://scverse.org/)


## sc/snRNA Processing
```{eval-rst}
.. module:: dotools_py.pp
.. currentmodule:: dotools_py

.. autosummary::
    :toctree: generated

    pp.run_cellbender
    pp.importer_py
```

## Normalisation
```{eval-rst}
.. autosummary::
    :toctree: generated

    pp.sctransform_normalise
```
