Contents
STATEST_NUM_DENUM gives the numerator and the denominator of a statistical test.
R = STATEST_NUM_DENUM (CL, TYPE_MT, FOLD_OUT) returns the numerator R of the TYPE_MT statistical test, and removes, if any, all NaNs in FOLD_OUT, DATA and GENE_NAMES (the two last being global arguments).
[R, S] = STATEST_NUM_DENUM (CL, TYPE_MT, FOLD_OUT) returns the denominator S of the TYPE_MT statistical test.
[R, S, FOLD_OUT] = STATEST_NUM_DENUM (CL, TYPE_MT, FOLD_OUT) returns the given fold changes FOLD_OUT with all NaNs, if any, in it removed.
VALUE R : the numerator of the statistical test.
S : the denominator of the statistical test.
FOLD_OUT : the fold changes of the observations.