Base / Abstract Classes (pept.base)#

pept.base.PEPTObject()

Base class for all PEPT-oriented objects.

pept.base.IterableSamples(data[, ...])

An class for iterating through an array (or array-like) in samples with potential overlap.

pept.base.Transformer()

Base class for PEPT filters (transforming a sample into another) and reducers (transforming a list of samples).

pept.base.Filter()

Abstract class from which PEPT filters inherit.

pept.base.Reducer()

Abstract class from which PEPT reducers inherit.

pept.base.PointDataFilter()

An abstract class that defines a filter for samples of pept.PointData.

pept.base.LineDataFilter()

An abstract class that defines a filter for samples of pept.LineData.

pept.base.VoxelsFilter()

An abstract class that defines a filter for samples of pept.Voxels.