lrTest | R Documentation |
Likelihood-ratio test for DE analysis of scRNA-seq data
lrTest(data.obs, out, X, W = NULL, tau, parallel)
data.obs |
Observed count matrix for endogeneous genes, rows represent genes, columns represent cells |
out |
Output of fitNoDE, it contains EM algorithm estimates for models without DE between cell-types |
X |
Data matrix containing dummy variables for covariates of interest (cell-type) |
W |
Data matrix containing other covariates to adjust DE analysis. Default NULL |
tau |
cell-specific estimates (intcp,slope) that link Beta-Binomial dispersion parameter to the mean expression. |
parallel |
If |
A list containing statistics, p-values and parameter estimates for models without DE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.