Description Usage Arguments Value
Identifies differentially expressed genes between two groups of cells using a likelihood ratio test of negative binomial generalized linear models where the overdispersion parameter theta is determined by pooling information across genes.
1 2 | NegBinomRegDETest(object, cells.1, cells.2, genes.use = NULL,
latent.vars = NULL, print.bar = TRUE, min.cells = 3)
|
object |
Seurat object |
cells.1 |
Group 1 cells |
cells.2 |
Group 2 cells |
genes.use |
Genes to use for test |
latent.vars |
Latent variables to test |
print.bar |
Print progress bar |
min.cells |
Minimum number of cells threshold |
Returns a p-value ranked data frame of test results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.