Phitest for analyzing the heterogeneity of single-cell populations
phitest(object, label, ncores = 1, min.cell = 10)A matrix of single-cell UMI counts (rows for genes and columns for cells).
A character or numeric vector of cluster labels. Length should be the same as
cell number and order should match the order in object.
Number of cores used for parallel computation.
An integer specifying a threshold to filter genes. Genes expressed in
fewer than min.cell cells are filtered out.
A list of two elements: pval contains the P values, and
par contains the estimated parameters.