Apply a transformation to the data to stabilize the variance.
Arguments
- dataSet
- A data frame containing the data signals. 
- method
- A string (default = "log") specifying the method to be used for the transformation: - "log": Logarithm transformation. 
- "root": Root transformation. 
 
- logFold
- An integer (default = 2) specifying the base for the log transformation when - method = "log".
- root
- An integer (default = 2) specifying the degree of the root for the root transformation when - method = "root". For example, set it to 2 for square root or 3 for cube root.