Description Usage Arguments Value Author(s) See Also
View source: R/srcLineagePulse_runHypothesisTests.R
Performs differential expression analysis based on previously estimated null and alternative models. (I) Compute loglikelihood of data under null H0 and alternative H1 model. (II) Differential expression analysis as loglikelihood ratio test.
1 | runDEAnalysis(objLP)
|
objLP |
(LineagePulseObject) LineagePulseObject with fitted null and alternative models. |
objLP (LineagePulseObject) LineagePulseObject with analysis summary table (dfResults) added.
Gene: Gene ID.
p: P-value for differential expression with ZINB noise.
mean: Inferred mean parameter of constant model of first batch.
padj: Benjamini-Hochberg false-discovery rate corrected p-value for differential expression analysis with NB noise.
p_nb: P-value for differential expression with ZINB noise.
padj_nb: Benjamini-Hochberg false-discovery rate corrected p-value for differential expression analysis with NB noise.
loglik_full_zinb: Loglikelihood of full model with ZINB noise.
loglik_red_zinb: Loglikelihood of reduced model with ZINB noise.
loglik_full_nb: Loglikelihood of full model with NB noise.
loglik_red_nb: Loglikelihood of reduced model with NB noise.
df_full: Degrees of freedom of full model.
df_red: Degrees of freedom of reduced model
allZero (bool) Whether there were no observed non-zero observations of this gene. If TRUE, fitting and DE analsysis were skipped and entry is NA.
David Sebastian Fischer
Called by runLineagePulse
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.