Overview of scib modules and functionality
mainThe scib package is organized into several modules to handle the single-cell integration workflow using anndata objects:
- Preprocessing:
scib.preprocessing(orscib.pp) contains functions for normalizing, scaling, or batch-aware selection of highly variable genes. - Integration:
scib.integration(orscib.ig) contains functions for running various integration methods. - Metrics:
scib.metrics(orscib.me) contains functions for evaluating the results of integration.
To use the package in Python:
import scib