single_cell_python_tools docs

single_cell_python_tools is a collection of Scanpy-oriented wrappers and utilities for single-cell AnnData workflows. The package is commonly imported as:

import single_cell_python_tools as sctl

The public API is organized around:

  • sctl.DATASET_class: a chainable dataset workflow object.

  • sctl.pp: preprocessing helpers for IO, QC, normalization, PCA, and clustering.

  • sctl.pl: plotting helpers for QC, clustering, batch summaries, and row-count distributions.

  • sctl.tl: general Scanpy and AnnData utilities.

Documentation Pages