sccoda.model.other_models.AncomModel.eval_model

AncomModel.eval_model(ground_truth)

Evaluates array of results for ancom compared to a ground tuth via binary classification.

Parameters
ground_truth : ListList

List (boolean, length same as number of cell types) indicating differential abundance for each cell type

Return type

Tuple[int, int, int, int]Tuple[int, int, int, int]

Returns

  • classification results

  • tp, tn, fp, fn – Number of True positive, … effects