Description Usage Arguments Format Details Value Author(s)
Obtain the mean and standard deviation from replicates per condition.
1 | reduceReplicates(file, select = "condition", datatrans = NULL)
|
file |
Data file of csv. See Format for details. |
select |
Names of the columns in the data file used to define conditions, see Details. |
datatrans |
Character vector describing a function to transform data. Use x to refere to data. |
The following columns are mandatory for the data file.
Name of the observed species.
Measurement time point.
Measurement value.
The condition under which the observation was made.
In addition to these columns, any number of columns can follow to allow a fine grained definition of conditions. The values of all columns named in select are then merged to get the set of conditions.
Experiments are usually repeated multiple times possibly under different conditions leading to replicted measurements. The column "Condition" in the data allows to group the data by their condition. However, sometimes, a more fine grained grouping is desirable. In this case, any number of additional columns can be append to the data. These columns are referred to as "condition identifier". Which of the condition identifiers are used to do the grouping is user defined by anouncing the to select. The mandatory column "Condition" is always used. The total set of different conditions is thus defined by all combinations of values occuring in the selected condition identifiers. The replicates of each condition are then reduced to mean and variance.New conditions names are derived by merging all conditions which were used in mean and std.
A data frame of the following variables
Measurement time point.
Name of the observed species.
Mean of replicates.
Standard error of the mean, NA for single measurements.
The number of replicates reduced.
The condition for which the value and sigma were calculated. If more than one column were used to define the condition, this variable holds the effecive condition which is the combination of all applied single conditions.
Wolfgang Mader, Wolfgang.Mader@fdm.uni-freiburg.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.