fcmu_fcs_fochs: Perform fcst_fochs On Many Fc Array Datasets

Description Usage Arguments Value

View source: R/fc_multi.R

Description

For each feature in each Fc Array data frame, calculate the fold change between the measurements of one group and another using method. Which group is the numerator is determined by the structure of comp_name.

Usage

1
fcmu_fcs_fochs(fcs, method = median)

Arguments

fcs

A list of Fc Array data frames. Each data frame should have just one time point and just two groups. The names of the entries in fcs should be a contraction of the groups you are comparing, separated by an underscore. The first group in this string will be the numerator in the fold change ratios.

method

What method will be used to calculate fold change. The default is the median of each group's values.

Value

A list containing data frames for each corresponding Fc Array data frame in fcs. Each data frame has fold change values for each feature (features are columns).


kmorrisongr/fcan documentation built on Sept. 9, 2020, 10:12 a.m.