transformData | R Documentation |
helper function: function factory to generalize data transformations which may or may not be needed for volcanoPlot()
transformData(transformationFormula = "data")
transformationFormula |
character vector that specifies the formula to be used on the argument "data". As an example "log2(data)" |
a function that takes the argument "data" and transforms it
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.