FC.Anal: Fold change

Description Usage Arguments Details Value See Also

Description

Fold change (FC) analysis is to compare the absolute value change between two group means. Since column-wise normalization (i.e. log transformation, mean-centering) will significantly change the absolute values, FC is calculated as the ratio between two group means using data before column-wise normalization was applied.

Usage

1
2
FC.Anal(dataSet, analSet, fcthresh = 2, percent.thresh = 0.75,
  cmpType = 0)

Arguments

dataSet

List, data set object generated by MS_to_MA function.

analSet

List, containing the results of statistical analysis (can be just an empty list).

fcthresh

Fold-change threshold.

percent.thresh

Sig. count threshold (for paired data only).

cmpType

Comparison type. If equal 0 then group 1 is compared against group 2. Otherwise, vice versa.

Details

For paired analysis, the program first counts the number of pairs with consistent change above the given FC threshold. If this number exceeds a given count threshold, the variable will be reported as significant. Writes an output file "fold_change.csv".

Value

Native analSet with one added $fc element consisting of:

See Also

PlotFC for plotting functions


flajole/MApckg documentation built on May 16, 2019, 1:16 p.m.