API#

Flow & mass cytometry analytics.

Import the package:

import pytometry

This is the complete API reference:

read_write.read_fcs(path[, reindex])

Read FCS file and convert into AnnData format.

preprocessing.split_signal(adata[, var_key, ...])

Method to filter out height or area data.

preprocessing.compensate(adata[, ...])

Computes compensation for data channels.

preprocessing.find_indexes(adata[, var_key, ...])

Find channels of interest for computing compensation.

tools.normalize_arcsinh(adata, cofactor[, ...])

Inverse hyperbolic sine transformation.

tools.normalize_logicle(adata[, t, m, w, a, ...])

Logicle transformation.

tools.normalize_biExp(adata[, negative, ...])

Biexponential transformation.