sccoda.model.other_models.DirichRegModel

class sccoda.model.other_models.DirichRegModel(data, covariate_column='x_0')

Wrapper for using the DirichReg package in R (Maier, 2014) with scCODA’s infrastructure

Methods

eval_model(ground_truth[, alpha, fdr_correct])

Evaluates array of p-values compared to a ground truth via binary classification.

fit_model([r_home, r_path])

fits the DirichReg model.