testZeroes | R Documentation |
Test for a difference in the proportion of zeroes between conditions for a specified set of genes
testZeroes(dat, cond, these = 1:nrow(dat))
dat |
Matrix of single cell expression data with genes in rows and samples in columns. |
cond |
Vector of condition labels |
these |
vector of row numbers (gene numbers) to test for a difference in the proportion of zeroes. |
Test for a difference in the proportion of zeroes between conditions that is not explained by the detection rate. Utilizes Bayesian logistic regression.
Vector of FDR adjusted p-values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.