Description Usage Arguments Details Value References Examples
Test for differential proportions of zero expression between two conditions for a specified set of genes
1 2 3 4 5 6 7 | testZeroes(x, y, these = seq_len(nrow(x)))
## S4 method for signature 'matrix,vector,ANY'
testZeroes(x, y, these = seq_len(nrow(x)))
## S4 method for signature 'SingleCellExperiment,SingleCellExperiment,vector'
testZeroes(x, y, these = seq_len(nrow(x)))
|
x |
matrix of single-cell RNA-sequencing expression data with genes in rows and samples (cells) in columns |
y |
vector of condition labels |
these |
vector of row numbers (i.e. gene numbers) employed to test for differential proportions of zero expression. Default is seq_len(nrow(dat)) |
Test for differential proportions of zero expression between two conditions that is not explained by the detection rate using a (Bayesian) logistic regression model. Adapted from the scDD package (Korthauer et al. 2016).
A vector of (unadjusted) p-values
Korthauer et al. (2016).
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.