This function is used to select the best fit model for each gene based on the least BIC value
lbic_model(bic.value, counts)
| bic.value | A dataframe of BIC values from fitting GLM using
error distributions P, NB, ZIP, ZINB; the output from |
|---|---|
| counts | A non-negative integer matrix of scRNA-seq filtered read counts
containing genes belonging to the family of ZINB distributions selected from
|
A list of genes chosen to be following one of the 4 distributions
P, NB, ZIP, ZINB based on the least BIC value and the corresponding subset
of counts from filter_counts