.diffExpr {CellTrails} | R Documentation |
Computes P-value and fold-change between two expression vectors.
.diffExpr(x, y, lod = NULL, alternative = "two.sided")
x |
Feature expression in condition x |
y |
Feature expression in condition y |
lod |
Gene limit of detection |
For censored data a Peto-Peto test is performed, for non-censored data a Wilcoxon rank sum test. If limit of detection is provided, expectation maximization is used to compute the fold-change.
A list containing the following components:
|
P-value |
|
Fold-change |
Daniel C. Ellwanger