Skip to main content

Randomized quantile residuals for diagnosing zero-inflated generalized linear mixed models with applications to microbiome count data

Abstract

Background

For differential abundance analysis, zero-inflated generalized linear models, typically zero-inflated NB models, have been increasingly used to model microbiome and other sequencing count data. A common assumption in estimating the false discovery rate is that the p values are uniformly distributed under the null hypothesis, which demands that the postulated model fit the count data adequately. Mis-specification of the distribution of the count data may lead to excess false discoveries. Therefore, model checking is critical to control the FDR at a nominal level in differential abundance analysis. Increasing studies show that the method of randomized quantile residual (RQR) performs well in diagnosing count regression models. However, the performance of RQR in diagnosing zero-inflated GLMMs for sequencing count data has not been extensively investigated in the literature.

Results

We conduct large-scale simulation studies to investigate the performance of the RQRs for zero-inflated GLMMs. The simulation studies show that the type I error rates of the GOF tests with RQRs are very close to the nominal level; in addition, the scatter-plots and Q–Q plots of RQRs are useful in discerning the good and bad models. We also apply the RQRs to diagnose six GLMMs to a real microbiome dataset. The results show that the OTU counts at the genus level of this dataset (after a truncation treatment) can be modelled well by zero-inflated and zero-modified NB models.

Conclusion

RQR is an excellent tool for diagnosing GLMMs for zero-inflated count data, particularly the sequencing count data arising in microbiome studies. In the supplementary materials, we provided two generic R functions, called rqr.glmmtmb and rqr.hurdle.glmmtmb, for calculating the RQRs given fitting outputs of the R package glmmTMB.

Peer Review reports

Introduction

The next-generation sequencing technologies, such as RNA and microbiome sequencing, typically produce count data measuring the abundance of a large set of nucleic acid sequences. A central goal of analyzing sequencing count data is to identify the sequences with differential abundance under different conditions. For example, many human microbiome studies aim to identify microbial taxa with differential abundance in healthy and diseased patients [1]. In microbiome data, the microbial taxa are represented by nucleic acid sequences called operational taxonomic units (OTUs) at different levels in an independent taxonomic way [2, 3]. In this paper, we use microbiome sequencing data as an example in our discussion for the simplicity of terminologies. However, the applicability of the methods discussed in this paper is not limited to microbiome count data.

Generalized linear models (GLM) are commonly used to model the sequencing count data. Negative-binomial (NB) based regression models are used in many widely used bioinformatics analysis tools and methods [4,5,6,7,8]. Excessive zeros are commonly observed in sequencing count data. For microbiome data, the reason for the excessive zeros is either due to the absence of taxa (structural zeros) or the presence of taxa with a low frequency, which results in observed counts below detection limits (sampling zeros). One way to deal with excessive zeros is to use a zero-inflated model [9], which is a mixture of a regular count regression model, such as Poisson or NB model, and logistic regression to model the excessive zeros. Another way is to use a zero-modified model, also called a hurdle model [10], with one part being a logistic regression model to model the zeros and the other part being the truncated count regression model (e.g. truncated NB) to model the positive count data. Moreover, subjects in microbiome data often have clustering structures, for example, humans from the same family or plants from the same plot. To model the association of the abundance of taxa with such environmental factors, we often use random effects to account for the clustering structure in microbiome study[8, 11]. Increasing evidence [12] shows that the zero-inflated models can give better fits (measured by AIC) to sequencing count data than the corresponding models without a zero-inflation component. As such, recently zero-inflated generalized linear models with or without random effects, typically zero-inflated NB (ZINB) models, have been increasingly used to model microbiome and other sequencing count data [1, 11,12,13,14,15,16,17,18,19,20,21,22]. In addition to the applications in sequencing count data, zero-inflated generalized linear mixed models (GLMM) have also been widely applied to model count data arising in a wide variety of fields, such as ecology and epidemiology [23,24,25,26,27,28,29]. The aforementioned features, including zero-inflation, over-dispersion, and clustering, are also commonly observed in the count data collected from these areas.

A common drawback of using a parametric model such as a ZINB model is that the model may fail to provide an adequate fit to a dataset. For example, Hawinkel et al. [30] proposed a specific smooth test for checking the GOF of NB models with applications to a large set of sequencing count datasets and concluded that NB models do not fit well to many of the sequence datasets. The model mis-specification problem has been largely neglected in today’s statistical modelling practice, including in bioinformatics. However, the conclusions drawn from poorly fit models may be seriously misleading. In differential abundance analysis, the p values for all taxa are typically converted into q-values or passed to an FDR controlling procedure [31] for controlling the false discovery rate (FDR) at a nominal level. A common assumption in estimating FDR is that the p values are uniformly distributed under the null hypothesis, which holds when the postulated model fits the data of all taxa adequately. When the model is mis-specified, the distribution of the p values under the null hypothesis may be far away from the uniform distribution, often resulting in an underestimate of the true FDR and excess false discoveries. The excess false discoveries may then lead to costly but fruitless follow-up studies on the falsely identified taxa. This problem has been discussed in detail and demonstrated with simulation studies by [17, 32, 33]. As such, model checking is critical to control the FDR at a nominal level in differential abundance analysis.

It is challenging to conduct model checking and diagnostics for generalized linear models for count data. Akaike’s information criterion (AIC) is commonly used to compare the goodness-of-fits of competing models. However, AIC cannot check whether a postulated model is close enough to the true model (e.g. the adequacy of a model). Examining the normality of Pearson’s residuals is a standard tool for diagnosing normal regression. Pearson and deviance residuals are often used to diagnose generalized linear models. However, both Pearson and deviance residuals are far from normality for count regression. In particular, Pearson and deviance residuals cluster on curves due to the discreteness [34, 35]. Due to the lack of normality, it is challenging to conduct model checking and diagnostics with Pearson and deviance residuals for count regression. Recently, a few GOF tests based on the cumulative sums of residuals [36, 37] have been developed for the zero-inflated models [38]. However, these GOF tests cannot be used to reveal the nature of model discrepancy for suggesting certain strategies to improve a poorly fit model. The smooth test proposed in [30] is difficult to be extended to more flexible models, such as zero-inflated models. In addition, the smooth test is a likelihood ratio test (LRT). The validity of the p value of an LRT test itself depends on the correctness of the assumed null model.

The method of randomized quantile residual (RQR) was proposed by Dunn and Smyth [39] to overcome the challenges of diagnosing count regression. The central idea of the RQR is to randomize the predictive p value (i.e. tail probability of CDF for response) into a uniform random number. With this randomization, the distribution of RQRs is a standard normal under the true model for the dataset. Therefore, we can conduct model diagnostics with RQRs for count regression models in the same way for normal regression. Recently, Feng et al. [35] compared the performance of conducting GOFs with RQRs in generalized linear models and concluded that the GOF tests with RQRs are well-calibrated and have good power. The method of RQR has also been increasingly applied to some zero-inflated regression models without considering random effects [40,41,42,43,44]. However, to the best of our knowledge, the method of RQR has not been applied to sequencing count data. Furthermore, the performance of RQRs in diagnosing zero-inflated GLMMs for sequencing count data has not been extensively investigated in the literature.

The primary objective of this article is to demonstrate that the method of RQR performs very well for diagnosing zero-inflated GLMMs and is particularly suitable for checking whether such models provide adequate fits to sequencing count data. The rest of the article is organized as follows. Sections “Generalized linear mixed models for zero-inflated data” and “Randomized quantile residuals” describes zero-inflated GLMMs and the method of RQRs respectively. In Section “Simulation studies” we report the results of performing large-scale simulation studies to investigate the performance of RQRs for zero-inflated GLMMs. The simulation studies show that the probabilities of type I errors of the GOF tests with RQRs are very close to the nominal level, and the GOF tests have excellent power; in addition, the scatter-plots and Q–Q plots of RQRs are useful in discerning the good and bad models. In Section “Application to a real human microbiome dataset” we apply the RQR to diagnose six GLMMs to a real microbiome dataset. The results show that the OTU counts at the genus level of this dataset (after a truncation treatment) can be modelled well by zero-inflated and zero-modified NB models.

Generalized linear mixed models for zero-inflated data

In this section, we will describe two commonly used models, zero-inflated and zero-modified, for handling excessive zeros. Zero-modified models refer to hurdle models that are often used in the literature.

Zero-inflated mixed-effects models

A zero-inflated model is a mixture of two distributions. One part is a binary distribution describing \(y_i\) being zero or not. The second part is a count regression model, such as Poisson distribution or NB regression distribution. The zeros that we observe from a dataset are then a mixture of zeros from these two distributions, referred to as structural zeros and sampling zeros, respectively. The PMF and CDF of a zero-inflated model can be written as follows:

$$\begin{aligned} f(y_i)= & {} \left\{ \begin{array}{ll} p_i + \left( 1- p_i\right) g\left( y_i\right) , &{}\quad \text{ for } y_i = 0 \\ \left( 1 - p_i\right) g\left( y_i\right) , &{}\quad \text{ for } y_i >0 \end{array} \right. \end{aligned}$$
(1)
$$\begin{aligned} F\left( y_i=J\right)= & {} \sum _{j=0}^{J}f\left( y_i=j\right) = p_i F_0(J) + \left( 1-p_i\right) G(J) \end{aligned}$$
(2)

where \(F_0(\cdot )\) is the CDF of point mass 0, ie., \(F_0(J) = 0 \text{ if } J < 0; = 1 \text{ otherwise }\); \(g(\cdot )\) is the PMF of a distribution for counts (including 0); \(G(\cdot )\) is the CDF of \(g(\cdot )\); \(p_i\) is the mixture proportion. In particular, in a ZINB model, the NB distribution is used to model the counts with \(g(\cdot )\) given as follows:

$$\begin{aligned} g(y_i)= & {} f{}^{\text{ NB }}\left( y_i; \mu _{i},\theta \right) = \frac{\Gamma \left( y_i+ \theta \right) }{\Gamma (\theta )\Gamma \left( y_i+1\right) } \left( \frac{\theta }{\theta + \mu _i}\right) ^{\theta } \left( \frac{ \mu _i}{\theta +\mu _i}\right) ^{y_i}, \end{aligned}$$
(3)

When we use Poisson distribution to describe the counts, the PMF of g is given by

$$\begin{aligned} g\left( y_i\right) =f{}^{\text{ Pois }}\left( y_i; \mu _{i}\right) = \frac{e^{-\mu _i}\mu _i^{y_i}}{{y_i}!} \end{aligned}$$
(4)

The \(\mu _i\) in (3) and (4) is the mean of \(y_i\), and \(\theta >0\) is the inverse dispersion parameter for NB. The NB distribution has heavier tails than the Poisson distribution. When \(\theta \rightarrow \infty\), the NB distribution converges to Poisson distribution. The \(\mu _i\) and \(p_i\) are often linked to fixed and random factors as following:

$$\begin{aligned} \begin{aligned} \text{ log }\left( \mu _i\right)&= \text{ offset}_i + X_i\beta + Z_iu\\ \text{ logit }\left( p_i\right)&=\text{ log }\left( \frac{p_i}{1-p_i}\right) = \tilde{X}_i\tilde{\beta }+ \tilde{Z}_i\tilde{u}, \end{aligned} \end{aligned}$$
(5)

where \(X_i\) and \(\tilde{X}_i\) are fixed factors for modelling \(\mu _i\) and \(p_i\) respectively, which may or may not be identical; \(\beta = ( \beta _1 , \beta _2 ,\ldots , \beta _p )^T\) and \(\tilde{\beta }= (\tilde{\beta }_1, \tilde{\beta }_2 ,\ldots , \tilde{\beta }_p )^T\) are the corresponding p-dimensional vectors of unknown regression coefficients; \(Z_i\) and \(\tilde{Z}_i\) are the p-dimensional vectors for the random effects of the conditional count and logistic components of the model, respectively; \(u = ( {u}_1 , {u}_2 ,\ldots , {u}_q )^T\) and \(\tilde{u} = ( {\tilde{u}}_1 , {\tilde{u}}_2 ,\ldots , {\tilde{u}}_q )^T\) are the unobserved random effects vectors, which are often assumed to be normally distributed \(u \sim N(0,\Sigma )\), where \(\Sigma\) is a positive definite variance-covariance matrix.

Zero-modified (hurdle) mixed-effects models

Zero-modified models are also called hurdle models [10]. Both zero-modified and zero-inflated models can be used to model excess zeros in the response variable. In contrast to zero-inflated models, zero-modified models treat zero-count and non-zero outcomes as two completely separate categories, rather than treating the zero-count outcomes as a mixture of structural and sampling zeros. A zero-modified model is composed of two components. A component is a probability distribution for describing the probability of observing value zero or not. The other component models the positive count data using a truncated negative binomial or truncated Poisson, by removing the zero part from the Poisson or NB distribution, and the denominator is to re-normalize the probability so that it still sums to 1. In particular, the PMF and CDF for \(y_i\) of a zero-modified model are then written as follows:

$$\begin{aligned} f(y_i)= & {} \left\{ \begin{array}{ll} \pi _i, &{}\quad \text{ for } y_i = 0 \\ \left( 1 - \pi _i\right) \frac{g\left( y_i\right) }{1-g(0)}, &{}\quad \text{ for } y_i >0 \end{array} \right. \end{aligned}$$
(6)
$$\begin{aligned} F\left( y_i=J\right)= & {} \pi _i F_0(J) +\left( 1-\pi _i\right) \frac{G(J)-g(0)}{1-g(0)}I(J>0), \end{aligned}$$
(7)

where \(I(\cdot )\) is the indicator function, which is equal to 1 when the condition in bracket is true and equal to 0 otherwise.

Similar to zero-inflated models, one can choose different model, \(g(\cdot )\), for modelling counts. In ZMNB models, \(g(y_i)=f{}^{\text{ NB }}(y_i; \mu _{i},\theta )\); in ZMP models, \(g(y_i)=f{}^{\text{ Pois }}(y_i; \mu _{i})\) for ZMP model. The \(\mu _i\) and \(\pi _i\) are similarly linked to covariates using Eq. (5).

Comparison of zero-inflated and zero-modified models

When the same \(g(\cdot )\) is chosen, the conditional distributions for \(y_i\) given \(y_i>0\) in the zero-inflated and zero-modified model are identical—both described with the PMF \(g(y_i)/(1-g(0))\). The difference of these two models lies in the modelling of \(P(y_i=0)\). In zero-modified models, \(P(y_i=0)=\pi _i\) is linked to covariates directly. In contrast, in zero-inflated models, \(P(y_i=0)=p_i+(1-p_i)g(0)\) is not linked to covariates directly; instead, the mixture proportion \(p_i\) is linked to covariates. However, we see that when g(0) is very small, which occurs when \(\mu _i\) is large, these two models are very close.

Randomized quantile residuals

Examining the residuals of a regression model is a standard tool for assessing normal regression [45]. Pearson residuals is the raw residual divided by the square root of the variance, written as \(r_i = \frac{y_i-\hat{\mu }_i}{\sqrt{ \widehat{V}{(y_i)}}}\), where \(\hat{\mu }_i\) is the fitted value and \(\widehat{V}{(y_i)}\) is the estimated variance of \(y_i\) respectively. Deviance residuals are often defined for generalized linear models [46]. Deviance residual for \(y_i\) is defined as the part attributed to \(y_i\) in the deviance, which is the difference of log-likelihood of the fitted model to that of a saturated model. For zero-inflated and zero-modified models, it is challenging to find a reasonable saturated model. Most importantly, the distributions of Pearson and deviance residuals are not normal for count regression [35, 39] under the true model. Therefore, the graphical examination of Pearson and deviance residuals are often not informative for diagnosing count regression models. Quantitative assessment of the overall GOF with Pearson and deviance residuals are often based on \(\chi ^{2}\) approximation for their sampling distributions. The Pearson \(\chi ^{2}\) statistic is written as, \(X^2=\sum _{i=1}^n r_{i}^{2}\), and the deviance \((\chi ^{2}\) statistic) is written as, \(D=\sum _{i=1}^n d_{i}^{2}\). The asymptotic distribution of D and \(X^2\) under the true model is often assumed to be \(\chi ^2_{n-p}\), where n is the sample size and p is the number of parameters. However, the use of this asymptotic distribution for both \(X^{2}\) and D lacks theoretical underpinning.

The method of randomized quantile residual (RQR) [39] was proposed to overcome the difficulties of using traditional residuals for diagnosing regression models for discrete outcomes. The idea of RQR is to transform the tail probability of each response value into the equivalent standard normal quantile. Let \(F(y_{i}; \mu _{i},\phi )\) denote the cumulative distribution function (CDF) for random variable \(y_{i}\), which is parametrized by \(\mu _{i}\) (covariate related) and \(\phi\) (covariate unrelated, such as size parameter \(\theta\) of NB distribution). If the CDF is continuous, \(F(y_i;\mu _i,\phi )\) is uniformly distributed on (0, 1) RQRs can then be defined as \(q_i = \Phi ^{-1} \{F(y_i;\hat{\mu _i},\hat{\phi }) \},\) where \(\Phi ^{-1} ()\) is the quantile function of a standard normal distribution. If the CDF is discrete, randomization is added to make it continuous. To be more specific, let \(p(y_i;\mu _i,\phi )\) denote the PMF of \(y_{i}\). The randomized tail probability can be defined as:

$$\begin{aligned} F^{*}\left( y_i;\mu _i,\phi ,u_i\right) = {\left\{ \begin{array}{ll} F\left( y_i;\mu _i,\phi \right) , &{} \quad F \text { is continuous at }y_{i} \\ F\left( y_i-;\mu _i,\phi \right) +u_i \,p\left( y_i;\mu _i,\phi \right) ,&{} \quad F \text { is discrete at }y_{i} \end{array}\right. } \end{aligned}$$
(8)

where \(u_i\) is a uniform random variable on \(\left[ 0,1 \right]\), and \(F(Y_i-;\mu _i,\phi )\) is the lower limit of F at  \(y_i\). When F is discrete, we let \(a_i = \lim _{y \rightarrow y_i-}F(y_i; \mu _i, \phi )\) and \(b_i = F(y_i; \mu _i, \phi )\), then the RQR for \(y_{i}\) is calculated as

$$\begin{aligned} q_i=\Phi ^{-1} \left( F^{*}\left( y_i;\mu _i,\phi ,u_i\right) \right) . \end{aligned}$$
(9)

Feng et al. [35] gives a detailed explanation of the RQR and illustrates the RQR using a simple GLM model with nonlinear effects.

From the definition (8), the computation of RQRs is straightforward once we can compute the CDF of \(y_{i}\). For zero-inflated and zero-modified models, these CDFs are given by Eqs. (2) and (7). We generated two R functions, i.e, rqr.glmmtmb and rqr.hurdle.glmmtmb to calculate RQRs for diagnosing different types of mixed effects counts models. The function rqr.glmmtmb is designed for diagnosing Poisson, NB, ZIP and ZINB mixed-effects models and the function rqr.hurdle.glmmtmb is designed for diagnosing ZMP and ZMNB mixed-effects models. Both functions only request input the fitting results from a model fitted in the glmmTMB package [47], and then these two functions output the RQRs for the corresponding model. These functions are provided in the Additional file 1.

Under the true model with the true parameters, the distribution of RQRs is a standard normal. Based on this null distribution, we could conduct residual diagnostics for count regression models, including zero-inflated GLMMs, in the same way for normal regression models with Pearson’s residuals, including overall GOF tests and graphical examinations such as residual plots and Q–Q plots. However, the standard normality holds only when the true model with the true parameters is used in Eq. (8). The actual performance of the RQR in particular models with parameters estimated with finite samples still demands empirical investigation. Feng et al. [35] show that the performance of the RQR is good for generalized linear models. In this paper, we investigate the performance of the RQR in zero-inflated GLMMs with simulated datasets that look like actual microbiome count data.

Simulation studies

In this section, we present simulation studies to evaluate the performance of RQRs. We simulate data from the ZINB, ZMB, ZIP, and ZMP model, respectively, with varying degrees of excess zeros and over-dispersion. For illustrative purposes, we first assess the GOFs of the true model in comparison with the misspecified models using RQRs and Pearson residuals graphically for a single simulated dataset. Then we simulate 3000 replicate samples to assess the performance of the overall GOF test by testing the normality of the RQRs. The histogram of normality test p values and the probability of rejecting the wrong model are presented for comparing the performance of RQRs and Pearson residuals. Section “Description of data generating process” describes data generating process. Section “Simulation results” presents the results of the simulation studies. Section “Illustration of model diagnostics with RQRs for a single dataset” illustrates the performance of RQRs based on a single simulated dataset, and Section “Results of GOF tests based on RQRs with multiple simulated datasets ”presents the results for simulated studies based on replicated datasets.

Description of data generating process

Data generation

We first simulate dataset from zero-inflated model with the outcome variable \(Y_{i}\), \(i = 1,\ldots , n\), generated as follows,

  1. 1.

    Generate a binary variable \(H_{i}\) indicating whether \(Y_{i}\) is a structural zero or not, with the probability of \(p(H_{i}=0)=p_i\), which is linked to the fixed and random factors using a logistic link function:

    $$\begin{aligned} \begin{aligned} \text{ log }\left( \frac{p_i}{1-p_i}\right) = \tilde{\beta }_0+ \sum _{m=1}^{s}\tilde{\beta }_{X_i^{(m)}} + \sum _{n=1}^{t} \tilde{u}_{z_i^{(n)}}, \end{aligned} \end{aligned}$$
    (10)

    where \(\tilde{\beta }_{{X_i}^{(m)}}\) denotes the coefficient associated with the mth fixed factor, \(m=1, \ldots , s\) and \(\tilde{u}_{{Z_i}^{(t)}}\), \(t=1, \ldots , T\), denotes the coefficient for the tth random effect term.

  2. 2.

    If \(H_{i}\) = 0, \(Y_{i}=0\); otherwise, \(Y_{i}\) is generated from a NB or Poisson model with mean \(\mu _{i}\), which is linked to the fixed and random effect terms as follows:

    $$\begin{aligned} \log \left( \mu _{i}\right) = \log (T_i) + \beta _{0} + \sum _{m=1}^{s}\beta _{{X_i}^{(m)}}+\sum _{n=1}^{t}u_{{Z_i}^{(n)}}, \end{aligned}$$
    (11)

    where \(\beta _{{X_i}^{(m)}}\) represents the coefficient associated with the mth fixed-effect factor, \(m=1, \ldots , s\), and \(u_{{Z_i}^{(t)}}\) denotes the coefficient associated with the tth random factor. \(\text{ log }(T_i)\) denotes the offset term to adjust for the varying total sequence reads across the samples.

We also generate data from a zero-modified model with a data generation process similar to one for the zero-inflated model described above. The only difference is that when \(H_i>0\), \(Y_i\) is generated from a truncated Poisson or NB model. In the zero-modified model, \(\mu _i\) represents the mean and \(\pi _i\) represents the proportion of zeros.

Parameter settings

We generate datasets with \(s=3\) fixed factors and \(t=2\) random factors and different sample size \(n = 50,100,200,400\). Each fixed factor has three levels, and each random factor has two levels. The regression coefficients for the fixed-effects covariates \(\beta _i\) follow a normal distribution with mean \(\mu =0\), and standard deviation \(\sigma =0.1\), and the coefficients for the random effects \(u_i\) follow a normal distribution with mean \(\mu =0\), and standard deviation \(\sigma =2\). The total read \(T_i\) follows a Poisson distribution with a mean \(\mu =300{,}000\). The shape parameter \(\theta\) follows a \(\mbox{unif}(2,3)\) distribution.

To investigate the robustness of the performance of RQRs, we consider four scenarios by varying \(\tilde{\beta }_0\) and \(\beta _0\), in Eqs. (10) and (11), which control the zero proportions (ZP) and dispersion of count component, respectively. More specifically, in scenarios 1 and 2, \(\tilde{\beta }_0~=3.5\), which represents the high ZP, while in scenarios 3 and 4, \(\tilde{\beta }_0~=-5.5\), which represents the low ZP. In scenarios 1 and 3, \(\beta _0=-5.5\) for NB model and \(\beta _0=-5.7\) for Poisson model, which represents the relatively high count data, while in scenarios 2 and 4, \(\beta _0=-7.8\) for NB model and \(\beta _0=-8\) for Poisson model, representing the relatively low count data.

Simulation results

Illustration of model diagnostics with RQRs for a single dataset

In this section, we illustrate RQRs in comparison to Pearson residuals for diagnosing six GLMMs for a single dataset generated with ZMNB models with scenario 4 parameter settings (low count, low ZP). RQRs are calculated by our created function rqr.glmmtmb or rqr.hurdle.glmmtmb. Figure 1 depicts the results simulated from ZMNB model when \(n=400\). The panels in the first column display the RQRs versus fitted values, from which we can see that residuals from model ZMNB and ZINB are randomly scattered around \(y=0\) without any discernible pattern. The standardized residuals for those two models are within -3 to 3, which indicates the ZINB model has similar fitting results as the ZMNB model, and both fit the data well. However, the RQRs for the models ZMP and ZIP are not evenly distributed around \(y=0\), suggesting that ZMP and ZIP models do not fit the data well. This indicates that ZMP and ZIP models fail to model the over-dispersion adequately. The RQRs from the NB model show a decreased pattern, and the RQRs from the Poisson model are clustered at the top and bottom, indicating that the Poisson model could not handle over-dispersion and excessive zeros well. The panels in the second column display the scatter plots of Pearson residuals versus fitted values, which indicates that the Pearson residuals fail to provide meaningful information regarding the GOF of the models, which is not surprising, as Pearson residuals are theoretically not normally distributed for count regression.

The normality of the RQRs is examined using Q–Q normality plots, as shown in the panels of the third column of Fig. 1. The points in the Q–Q plots for ZMNB and ZINB align closely to the straight line with a slope of 1, which indicates these two models fit the data reasonably well. In contrast, the Q–Q plots for the ZMP, ZIP, and Poisson models are depicted as two separate lines with a substantial gap, which clearly indicates that the distributional assumptions for these models are not consistent with the true data. The points of the QQ plot of RQRs for the NB model shown in Fig. 1 follow more closely along the straight line than the ZMP, ZIP, and Poisson models, since NB distributions have heavy tails at two sides when \(\theta\) is small. However, the misfit of NB models for the zero-inflated data can still be clearly identified in the scatter plot of RQRs. This demonstrates the advantage of examining the scatter plots of RQRs against fitted values for diagnosing model fit. Q–Q plots for the Pearson residuals are depicted in the panels of the fourth column of Fig. 1, all of which are curves, which poses a challenge for visually checking the model fit. The performance of RQRs is also examined when data are simulated from ZMP, ZINB and ZIP models, respectively, as shown in Additional file 1: Figs. S1, S2 and S3. The results indicate that RQRs are able to diagnose the model fit while Pearson residuals provide very limited information for checking the model fit.

Fig. 1
figure 1

Model diagnostics for a single dataset of \(n=400\) samples simulated from a ZMNB model in scenario 4 with parameter settings as low zero proportion and low count. The panels in the first column are the scatter plots of the RQRs vs. fitted values. The panels in the second column depict the scatter plots of the Pearson residuals vs. fitted values. The panels in the third column present the Q–Q plots for RQRs. The panels in the fourth column present the Q–Q plots of the Pearson residuals

Results of GOF tests based on RQRs with multiple simulated datasets

This section presents the results of examining the performance of RQRs for diagnosing the GOF of the regression models based on 3000 replicated datasets from the true model. The Shapiro–Wilk (SW) normality test for the residuals is used as the overall GOF test. When the model is true, the p values obtained from SW normality test are expected to be a uniform distribution. Additional file 1: Fig. S4 shows that when the true model is the ZMNB model, the p values obtained from the SW normality test of RQRs for ZMNB and ZINB are uniformly distributed in all four scenarios. Similar to the results presented in Section “Illustration of model diagnostics with RQRs for a single dataset”, both ZMNB and ZINB models perform well when data are simulated from ZMNB, while the rest four models fail to adequately capture the over-dispersion or zero-inflation. Additional file 1: Fig. S5 indicates that the p values of the SW normality test for the Pearson residuals are all concentrated around zero; therefore, Pearson residuals fail to distinguish the true and wrong models.

We further investigate the type I error rate of the SW normality test (probability of rejecting the true model) for RQRs and Pearson residuals at varying sample sizes, \(n=50,100,200\), and 400. Ideally, the type I error of the SW normality test should be around 0.05. Table 1 presents the probability of rejecting the model when the 3000 replicated datasets of size \(n=100\) are simulated from ZMNB, ZINB, ZMP, and ZIP, respectively. In each scenario, we summarize the zero proportion, 5%, 50%, and 95% quantiles of non-zero counts over the 3000 replicated datasets. We also summarize the number of converged model fittings for the 3000 replicated datasets, shown as N in the last columns of Tables 1 and 2. When the true model is ZMNB or ZINB, the type I error rates are close to 0.05, and the probabilities of rejecting the ZMP, ZIP, NB and Poisson models are all very high, indicating that RQRs are able to identify the misspecified models. When the true model is ZMP or ZIP, the type I error rates for ZMNB, ZINB, ZMP, and ZIP models are around 0.05 under different scenarios. In each scenario, the probabilities of rejecting the NB model are above 0.17, and the probabilities of rejecting the Poisson model are 1, suggesting RQRs can detect that NB and Poisson models are not appropriate for modelling zero-inflated data. In particular, the Poisson model is unable to model excess zeros. Moreover, zero proportion and the dispersion of the positive count data do not influence the type I error rates for the correctly specified model. Note that the convergence rates for all the models are higher when the true model is ZMNB or ZINB, as compared to the scenarios when data are generated from ZMP or ZIP model. Such difference is attributed to the need to use an extremely large \(\theta\) of NB distribution for approximating the Poisson distribution; this often breaks down the model fitting with the package glmmTMB. However, this problem may be solved by other GLMM packages.

When the sample size \(n=50, 200\) and 400 (Additional file 1: Tables S1, S2; Table 2), the results are consistent with result when sample size \(n=100\). Hence, the type I error rate is not affected by the sample size. However, the convergence rate decreases when the sample size decreases. Only about 100 model fittings converged when \(n=100\) compared to about 900 converged replicated datasets when \(n=400\) in the scenario when data are simulated from the ZMP model. The convergence issue is more likely to occur when the sample size is too small to estimate the parameters reliably.

In comparison to the RQRs, Pearson residuals cannot differentiate the true and wrong models, as displayed in Additional file 1: Tables S3–S6. The SW normality tests based on Pearson residuals for all the models have high probabilities of rejecting models regardless of the sample sizes, zero proportion, and scale of count data. For example, the probabilities of rejecting the true model ZMNB are all equals to 1 under all scenarios and different sample sizes. Therefore, Pearson residuals are useless compared with RQRs for testing the overall GOF of the methods.

Table 1 Probability of rejecting the normality of RQRs based on SW normality test when \(n = 100\)
Table 2 Probability of rejecting the normality of RQRs based on SW normality test when \(n = 400\)

Application to a real human microbiome dataset

In this section, a real human microbiome dataset will be introduced. We apply various models discussed previously to this dataset and use RQRs to test the GOF of all models.

Data sources and descriptions

As a response to the epidemic of worldwide obesity, efforts to identify the relationship between host and environmental factors and energy balance have increased. Comparisons of the distal gut microbiota of genetically obese mice and their lean littermates have revealed that obesity is associated with two dominant bacterial divisions, i.e., the Bacteroidetes and the Firmicutes [48]. The human distal gut harbours a vast ensemble of microbes helping to break down otherwise indigestible material. It is often of interest to investigate the relationship between gut microbial ecology and body fat in humans [49]. Each distinct microbe species can be assigned to a diverse taxonomic rank based on shared characteristics, including species, genus, family, order, class, phylum, kingdom, and domain. The OTU data used in our application were generated at the genus level, which is the commonly used OTU level for microbiome sequencing analysis, and there are 14 different genera in total [50]. Each sample consists of 154 individuals, and we characterize individuals into 31 monozygotic (MZ) twin pairs, 23 dizygotic (DZ) twin pairs and 46 mothers. Twins were between 21 and 32 years old and were of European (EA) or African (AA) ancestry, respectively. Individuals were classified as obese/overweight if body mass index (BMI) \(\ge\) 25, or lean if BMI < 25. Fecal samples were frozen immediately after they were produced for extracting the DNAs of the bacteria, then the 16S rRNA sequencing method was used to group the bacteria into different OTUs with a sequence identity threshold of 97% [11]. Two subjects were dropped from samples for quality control. Among the rest of the 152 individuals, 34 were measured once, and 118 were measured twice (time point 1 and time point 2) for fecal samples. There are 281 OTU measures on the genus level in total. For each measurement, OTU count at each genus level, as well as the total number of reads per measure, were recorded. Figure 2 shows the histograms of the four genera selected from the data for the purpose of illustration of the distribution of the OTU measures, which all exhibit right skewness.

Fig. 2
figure 2

Histograms of the OTU counts of four selected genera

Model checking with the RQR method

In this analysis, ancestry and obesity were selected as the host factors while age and family as the random factors. Then, ZMNB, ZMP, ZINB, ZIP, NB and Poisson models were fitted to each of the 14 genus-level OTUs. First, we fitted Poisson and NB models to the original dataset. However, the model checking results based on examining the normality of their RQRs showed that these models do not fit the original data very well (results shown in [51]). The OTU counts at the genus level contain very few actual zeros. Therefore, zero-inflated models cannot fit the original data better. Considering that small OTU counts at the genus level are likely caused by the mismatching in sequence alignment of reads, we truncated the OTU counts to be zero when their values are less than 10 for most genera except the following four genera. The truncation thresholds for Bacteroides, Ruminococcus,Faecalibacterium and Lachnospiraceae are set to be 50, 50, 100, and 150, respectively. We will present the model diagnostics results for the truncated datasets.

Figure 3 shows the Q–Q plots of the RQRs of six models fitted to Euba OTU counts. We see that the Q–Q plots of the RQRs of the ZMNB model and the ZINB model fall along a straight line with a slope of 1 and just a few points slightly deviating from the diagonal line, which indicates that RQRs are normally distributed. The Q–Q plots for the other four models exhibit curvature patterns. Therefore, these Q–Q plots show that only ZMNB and ZINB appear to fit the dataset well.

Fig. 3
figure 3

Q–Q plots of RQRs of six models fitted to Euba OTU data from the Twin Study. The names of models are as follows: ZMNB (top left), ZINB (top middle), ZMP (top right), ZIP (bottom left), NB (bottom middle), Poisson (bottom right)

Table 3 shows the p values for the SW normality test of RQRs for all 14 OTUs at the genus level. For easy visual inspection of RQRs, we sort the genera by the test p values of the ZINB model. The first column lists 14 different genera in the twin study OTU data. If the p value for the SW normality test is less than 0.05, the model may not fit the data well. RQRs contain randomness. As a result, we calculate the mean of the SW test p values based on RQRs by replicating RQRs 100 times. As shown in Table 3, the ZMNB and ZINB models provide reasonable fits to this data with all SW p values greater than 0.05. However, the SW p values for the ZMP, ZIP, NB, Poisson, NB, and Poisson models are mostly very small (except the p value of NB for Blau). These small SW test p values indicate that these models do not fit the data well. We also use the Akaike information criterion (AIC) to compare the six models. Table 4 presents the AIC values of all of the six models. The ZMNB and ZINB models also have smaller AIC values compared to other models. The model comparison results based on AIC are consistent with the GOF test results based on RQRs.

Table 3 P values for the SW normality test of RQRs for the Twin Study
Table 4 AIC of the competing models for modeling the OTU data in the Twin Study

Discussion and conclusion

Model checking is critical to control the FDR at a nominal level in differential abundance analysis for sequencing count data. In this paper, we conduct large-scale simulation studies to investigate the performance of the RQRs diagnosing zero-inflated GLMMs, which are often applied to model sequencing count data. Our simulation studies show that the type I error rates of the GOF tests with RQRs are very close to the nominal level. In addition, the scatter plots and Q–Q plots of RQRs are useful in discerning the true and wrong models. We also apply the RQRs to diagnose six GLMMs in a real microbiome data analysis. The results show that the OTU counts at the genus level of this dataset after a truncation treatment can be modelled well by zero-inflated and zero-modified NB models. In conclusion, RQR is an excellent tool for diagnosing GLMMs for zero-inflated count data, such as the sequencing count data arising in microbiome studies. In the Additional file 1, two generic R functions, called rqr.glmmtmb and rqr.hurdle.glmmtmb, are provided for calculating the RQRs given fitting outputs of the R package glmmTMB.

The application of the RQR method in a real microbiome dataset shows that ZINB and ZMNB can provide adequate fits to the OTU counts after truncation of small values. This conclusion may not be generalized to all microbiome datasets. However, it is of interest to conduct the model diagnostics with RQRs to the ZINB and ZMNB models fitted to a large number of sequencing count datasets. In addition to the zero-inflated GLMMs for count data, the RQR method can also be applied to other two-part models, such as zero-inflated beta or zero-inflated log-normal models [52, 53], for which the randomization needs only to be applied to the observed zeros. This is an interesting research topic to pursue in the future.

Availability of data and materials

Genotyping data and summary statistics are available from http://www.gemproject.ca/.

Abbreviations

CDF:

Cumulative distribution function

GOF:

Goodness-of-fit

GLM:

Generalized linear model

GLMM:

Generalized linear mixed model

OTU:

Operational Taxonomic Units

PMF:

Probability mass function

RQR:

Randomized quantile residuals

SW:

Shaprio–Wilk

Q–Q plots:

Quantile–quantile plots

NB:

Negative binomial

ZMP:

Zero-modified Poisson/Hurdle Poisson

ZMNB:

Zero-modified negative binomial/ Hurdle NB

ZIP:

Zero-inflated Poisson

ZINB:

Zero-inflated negative binomial

References

  1. Hill-Burns EM, Debelius JW, Morton JT, Wissemann WT, Lewis MR, Wallen ZD, et al. Parkinson’s disease and Parkinson’s disease medications have distinct signatures of the gut microbiome. Mov Disord. 2017;32(5):739–49. https://doi.org/10.1002/mds.26942.

  2. Tringe SG, von Mering C, Kobayashi A, Salamov AA, Chen K, Chang HW, et al. Comparative metagenomics of microbial communities. Science. 2005;308(5721):554–7.

    Article  CAS  PubMed  Google Scholar 

  3. Gill SR, Pop M, DeBoy RT, Eckburg PB, Turnbaugh PJ, Samuel BS, et al. Metagenomic analysis of the human distal gut microbiome. Science. 2006;312(5778):1355–9.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  4. Anders S, Huber W. Differential expression analysis for sequence count data. Genome Biol. 2010;11(10):R106. https://doi.org/10.1186/gb-2010-11-10-r106.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  5. Hardcastle TJ, Kelly KA. baySeq: empirical Bayesian methods for identifying differential expression in sequence count data. BMC Bioinformatics. 2010;11(1):422. https://doi.org/10.1186/1471-2105-11-422.

    Article  PubMed  PubMed Central  Google Scholar 

  6. Robinson MD, McCarthy DJ, Smyth GK. edgeR: a bioconductor package for differential expression analysis of digital gene expression data. Bioinformatics. 2010;26(1):139–40. https://doi.org/10.1093/bioinformatics/btp616.

    Article  CAS  PubMed  Google Scholar 

  7. Costa-Silva J, Domingues D, Lopes FM. RNA-Seq differential expression analysis: an extended review and a software tool. PLoS ONE. 2017;12(12):e0190152.

    Article  PubMed  PubMed Central  Google Scholar 

  8. Zhang X, Mallick H, Tang Z, Zhang L, Cui X, Benson AK, et al. Negative binomial mixed models for analyzing microbiome count data. BMC Bioinformatics. 2017;18(1):4.

    Article  PubMed  PubMed Central  Google Scholar 

  9. Zuur AF, Ieno EN, Walker NJ, Saveliev AA, Smith GM. Zero-truncated and zero-inflated models for count data. In: Mixed effects models and extensions in ecology with R. Springer; 2009. p. 261–93.

  10. Ridout M, Demétrio CG, Hinde J. Models for count data with many zeros. In: Proceedings of the XIXth international biometric conference. vol. 19; 1998. p. 179–92.

  11. Xu L, Paterson AD, Xu W. Bayesian latent variable models for hierarchical clustered count outcomes with repeated measures in microbiome studies. Genet Epidemiol. 2017;41(3):221–32.

    Article  PubMed  Google Scholar 

  12. Xu L, Paterson AD, Turpin W, Xu W. Assessment and selection of competing models for zero-inflated microbiome data. PLoS ONE. 2015;10(7):e0129606.

    Article  PubMed  PubMed Central  Google Scholar 

  13. Chen J, King E, Deek R, Wei Z, Yu Y, Grill D, et al. An omnibus test for differential distribution analysis of microbiome sequencing data. Bioinformatics. 2018;34(4):643–51. https://doi.org/10.1093/bioinformatics/btx650.

    Article  CAS  PubMed  Google Scholar 

  14. Risso D, Perraudeau F, Gribkova S, Dudoit S, Vert JP. A general and flexible method for signal extraction from single-cell RNA-Seq data. Nat Commun. 2018;9(1):284.

    Article  PubMed  PubMed Central  Google Scholar 

  15. Liu S, Jiang Y, Yu T. Modelling RNA-Seq data with a zero-inflated mixture Poisson linear model. Genet Epidemiol. 2019;43(7):786–99.

    Article  PubMed  PubMed Central  Google Scholar 

  16. Yu L, Fernandez S, Brock G. Power analysis for RNA-Seq differential expression studies using generalized linear mixed effects models. BMC Bioinformatics. 2020;21(1):198. https://doi.org/10.1186/s12859-020-3541-7.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  17. Mallick H, Rahnavard A, McIver LJ, Ma S, Zhang Y, Nguyen LH, et al. Multivariable association discovery in population-scale meta-omics studies. bioRxiv. 2021; p. 2021.01.20.427420.

  18. Van den Berge K, Perraudeau F, Soneson C, Love MI, Risso D, Vert JP, et al. Observation weights unlock bulk RNA-Seq tools for zero inflation and single-cell applications. Genome Biol. 2018;19(1):24. https://doi.org/10.1186/s13059-018-1406-4.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  19. Zhang X, Mallick H, Yi N. zero-inflated negative binomial regression for differential abundance testing in microbiome studies. J Bioinform Genom. 2016;2(2):jbg.2016.2.2.1.

    Google Scholar 

  20. Wang J, Reyes-Gibby CC, Shete S. An approach to analyze longitudinal zero-inflated microbiome count data using two-stage mixed effects models. Stat Biosci. 2021;13(2):267–90. https://doi.org/10.1007/s12561-020-09295-y.

    Article  Google Scholar 

  21. Fang R, Wagner BD, Harris JK, Fillon SA. Zero-inflated negative binomial mixed model: an application to two microbial organisms important in oesophagitis. Epidemiol Infect. 2016;144(11):2447–55.

    Article  CAS  PubMed  Google Scholar 

  22. Dong M, Li L, Chen M, Kusalik A, Xu W. Predictive analysis methods for human microbiome data with application to Parkinson’s disease. PLoS ONE. 2020;15(8):e0237779.

  23. Martin TG, Wintle BA, Rhodes JR, Kuhnert PM, Field SA, Low-Choy SJ, et al. Zero tolerance ecology: improving ecological inference by modelling the source of zero observations. Ecol Lett. 2005;8(11):1235–46.

    Article  PubMed  Google Scholar 

  24. Hu MC, Pavlicova M, Nunes EV. Zero-inflated and hurdle models of count data with extra zeros: examples from an HIV-risk reduction intervention trial. Am J Drug Alcohol Abuse. 2011;37(5):367–75.

    Article  PubMed  PubMed Central  Google Scholar 

  25. Falkner K, Mitter H, Moltchanova E, Schmid E. A zero-inflated Poisson mixture model to analyse spread and abundance of the Western Corn Rootworm in Austria. Agric Syst. 2019;174:105–16.

    Article  Google Scholar 

  26. Pittman B, Buta E, Krishnan-Sarin S, O’Malley SS, Liss T, Gueorguieva R. Models for analyzing zero-inflated and overdispersed count data: an application to cigarette and marijuana use. Nicotine Tob Res. 2020;22(8):1390–8.

  27. Tüzen MF, Erbaş S. A comparison of count data models with an application to daily cigarette consumption of young persons. Commun Stat Theory Methods. 2018;47(23):5825–44.

    Article  Google Scholar 

  28. Loeys T, Moerkerke B, De Smet O, Buysse A. The analysis of zero-inflated count data: beyond zero-inflated Poisson regression. Br J Math Stat Psychol. 2012;65(1):163–80.

    Article  PubMed  Google Scholar 

  29. Xu T, Zhu G, Han S. Study of depression influencing factors with zero-inflated regression models in a large-scale population survey. BMJ Open. 2017;7(11):e016471.

    Article  PubMed  PubMed Central  Google Scholar 

  30. Hawinkel S, Rayner JCW, Bijnens L, Thas O. Sequence count data are poorly fit by the negative binomial distribution. PLoS ONE. 2020;15(4):e0224909.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  31. Benjamini Y, Hochberg Y. Controlling the false discovery rate: a practical and powerful approach to multiple testing. JRSSB. 1995;57:289–300.

    Google Scholar 

  32. Hawinkel S, Mattiello F, Bijnens L, Thas O. A broken promise: microbiome differential abundance methods do not control the false discovery rate. Brief Bioinform. 2019;20(1):210–21. https://doi.org/10.1093/bib/bbx104.

    Article  PubMed  Google Scholar 

  33. Wang X. Comparison of statistical testing and predictive analysis methods for feature selection in zero-inflated microbiome data [Thesis]. University of Saskatchewan; 2019. https://harvest.usask.ca/handle/10388/11952.

  34. Garay AM, Hashimoto EM, Ortega EMM, Lachos VH. On estimation and influence diagnostics for zero-inflated negative binomial regression models. Comput Stat Data Anal. 2011;55(3):1304–18.

    Article  Google Scholar 

  35. Feng C, Li L, Sadeghpour A. A comparison of residual diagnosis tools for diagnosing regression models for count data. BMC Med Res Methodol. 2020;20(1):175.

    Article  PubMed  PubMed Central  Google Scholar 

  36. Lin DY, Wei LJ, Ying Z. Model-checking techniques based on cumulative residuals. Biometrics. 2002;58(1):1–12.

    Article  CAS  PubMed  Google Scholar 

  37. Pan Z, Lin DY. Goodness-of-fit methods for generalized linear mixed models. Biometrics. 2005;61(4):1000–9.

    Article  PubMed  Google Scholar 

  38. Liu J, Ma Y, Johnstone J. A goodness-of-fit test for zero-inflated Poisson mixed effects models in tree abundance studies. Comput Stat Data Anal. 2020;144:106887.

    Article  PubMed  Google Scholar 

  39. Dunn PK, Smyth GK. Randomized quantile residuals. J Comput Graph Stat. 1996;5(3):236–44.

    Google Scholar 

  40. Sellers KF, Raim A. A flexible zero-inflated model to address data dispersion. Comput Stat Data Anal. 2016;99:68–80.

    Article  Google Scholar 

  41. Sellers KF, Young DS. Zero-inflated sum of Conway–Maxwell–Poissons (ZISCMP) regression. J Stat Comput Simul. 2019;89(9):1649–73.

    Article  Google Scholar 

  42. Young DS, Raim AM, Johnson NR. Zero-inflated modelling for characterizing coverage errors of extracts from the US Census Bureau’s Master Address File. J R Stat Soc A Stat Soc. 2017;180(1):73–97.

  43. Klakattawi HS, Vinciotti V, Yu K. A simple and adaptive dispersion regression model for count data. Entropy. 2018;20(2):142.

    Article  PubMed Central  Google Scholar 

  44. F. H. DHARMa: Residual diagnostics for hierarchical (multi-level / mixed) regression models. R package version 024. 2019.

  45. Pierce DA, Schafer DW. Residuals in generalized linear models. J Am Stat Assoc. 1986;81(396):977–86.

    Article  Google Scholar 

  46. McCullagh P, Nelder JA. Generalized linear models, vol. 37. CRC Press; 1989.

    Book  Google Scholar 

  47. Brooks ME, Kristensen K, van Benthem KJ, Magnusson A, Berg CW, Nielsen A, et al. glmmTMB balances speed and flexibility among packages for zero-inflated generalized linear mixed modeling. R J. 2017;9(2):378–400.

    Article  Google Scholar 

  48. Turnbaugh PJ, Ley RE, Mahowald MA, Magrini V, Mardis ER, Gordon JI. An obesity-associated gut microbiome with increased capacity for energy harvest. Nature. 2006;444(7122):1027.

    Article  PubMed  Google Scholar 

  49. Ley RE, Turnbaugh PJ, Klein S, Gordon JI. Microbial ecology: human gut microbes associated with obesity. Nature. 2006;444(7122):1022.

    Article  CAS  PubMed  Google Scholar 

  50. Turnbaugh PJ, Hamady M, Yatsunenko T, Cantarel BL, Duncan A, Ley RE, et al. A core gut microbiome in obese and lean twins. Nature. 2009;457(7228):480–4.

    Article  CAS  PubMed  Google Scholar 

  51. Bai W. Randomized quantile residual for assessing generalized linear mixed models with application to zero-inflated microbiome data [Master Thesis]. University of Saskatchewan; 2018.

  52. Chen EZ, Li H. A two-part mixed-effects model for analyzing longitudinal microbiome compositional data. Bioinformatics. 2016;32(17):2611–7.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  53. Prost V, Gazut S, Brüls T. A zero inflated log-normal model for inference of sparse microbial association networks. bioRxiv. 2020; p. 2020.11.13.381384. https://www.biorxiv.org/content/10.1101/2020.11.13.381384v2.

Download references

Acknowledgements

The authors would also like to thank the Editor and two reviewers’ very constructive suggestions and feedback, which greatly helped improve the quality of this paper.

Funding

Li’s research was partially supported by the Natural Sciences and Engineering Research Council of Canada (NSERC) Discovery Grant and the Canadian Foundation for Innovation (CFI). Feng’s research was partially supported by NSERC Discovery Grant. The views expressed are those of the author(s) and not necessarily those of the NSERC and CFI. The funders played no role in any of the design of the study, analysis, interpretation of data, and writing the manuscript.

Author information

Authors and Affiliations

Authors

Contributions

LL and CF developed the conceptual design of the study. WB, MD, LL and CF contributed to the simulation study, real data analysis, and drafting of the manuscript. WX contributed to real data analysis. All the authors have reviewed and approved the manuscript.

Corresponding author

Correspondence to Longhai Li.

Ethics declarations

Ethics approval and consent to participate

We applied our proposed method to a published human microbiome study of obese and lean twins [Turnbaugh, P., Hamady, M., Yatsunenko, T. et al. A core gut microbiome in obese and lean twins. Nature 457, 480-484 (2009). https://doi.org/10.1038/nature07540]. All participants had consent and ethics approval of the study.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

Additional file 1

. Additional Simulation Results and RQR Functions for R package ‘glmmTMB’.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Bai, W., Dong, M., Li, L. et al. Randomized quantile residuals for diagnosing zero-inflated generalized linear mixed models with applications to microbiome count data. BMC Bioinformatics 22, 564 (2021). https://doi.org/10.1186/s12859-021-04371-6

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-021-04371-6