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 a model from disk. |
Evaluation functions for MAD calculation have been implemented
in the following functions:
Function to evaluate the MAD on a given list of FCS-files. |
|
This function is a wrapper around mad_from_fcs that directly combines the normalized and unnormalized dataframes. |
|
Function to evaluate the MAD on an AnnData file. |
|
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:
Function to evaluate the EMD on a given list of FCS-files. |
|
This function is a wrapper around emd_from_fcs that directly combines the normalized and unnormalized dataframes. |
|
Function to evaluate the EMD on an AnnData file. |
|
This function is a wrapper around emd_from_anndata that directly combines the normalized and unnormalized dataframes. |