The input for MA plot
ma.Rd
Calculate the input for generating an MA plot.
Arguments
- dataSet
A data frame containing the data signals.
- condCol
A string (default = "merged_condition") specifying the column name in
dataSet
that contains the conditions to compared.- cond
A string specifying which two conditions to compare. The order is important, as the second condition serves as the reference for comparison. When there are two conditions in
condCol
ofdataSet
and this argument is not specified, thecond
will automatically be selected by sorting the unique values alphabetically and in ascending order.