Description Usage Arguments Value Examples
New version available : see d.t.transform. Do any of the two following function : Replace zero by the minimum value divided by 2 and/or tranform data with Trans.fun function (by default log2).
1  | dataframe.transform(data, ZeroL = T, TransL = F, Trans.fun = log2, ...)
 | 
data | 
 a dataframe with value only to transform  | 
ZeroL | 
 Should zero be replaced by minimum value divided by 2  | 
TransL | 
 Should transformation be made  | 
Trans.fun | 
 Which transformation to perform (default log2)  | 
... | 
 Argument to pass to Trans.fun  | 
The resulting datamatrix only
1  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.