LRT | R Documentation |
Tests for a change in ET binomial proportion or mean of positive ET Likelihood Ratio Test for SingleCellAssay objects
LRT(sca, comparison, ...)
## S4 method for signature 'SingleCellAssay,character'
LRT(sca, comparison, referent = NULL, groups = NULL, returnall = FALSE)
sca |
A |
comparison |
A |
... |
ignored |
referent |
A |
groups |
A optional |
returnall |
A |
Combined Likelihood ratio test (binomial and normal) for SingleCellAssay and derived objects. This function is deprecated, please use lrTest instead.
data.frame
zlm ZlmFit
data(vbetaFA)
LRT(vbetaFA, 'Stim.Condition', 'Unstim')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.