Other functions

Other functions#



In order to read the model, use the respective utility functions. In order to save a model, use the respective CytoNorm.save() function (see respective documentation).

read_model

Read a model from disk.



Evaluation functions for MAD calculation have been implemented in the following functions:

mad_from_fcs

Function to evaluate the MAD on a given list of FCS-files.

mad_comparison_from_fcs

This function is a wrapper around mad_from_fcs that directly combines the normalized and unnormalized dataframes.

mad_from_anndata

Function to evaluate the MAD on an AnnData file.

mad_comparison_from_anndata

This function is a wrapper around mad_from_anndata that directly combines the normalized and unnormalized dataframes.



Evaluation functions for EMD calculation have been implemented in the following functions:

emd_from_fcs

Function to evaluate the EMD on a given list of FCS-files.

emd_comparison_from_fcs

This function is a wrapper around emd_from_fcs that directly combines the normalized and unnormalized dataframes.

emd_from_anndata

Function to evaluate the EMD on an AnnData file.

emd_comparison_from_anndata

This function is a wrapper around emd_from_anndata that directly combines the normalized and unnormalized dataframes.