Data Transformation : Data transformation related parameters

# transformAxis

Default axis to use to transform the data when either z-score or ratio transformation is used
Type: string
Default: samples
Options: samples, variables

# transformData

Default transformation type for ALL the data. Data can also be transformed by axis (x,y,z) to give more flexibility. false, save reset and undo are NOT real transformations. They are only used in the canvasXpress UIs to save the transformed data
Type: string
Default: false
Options: false, log2, log10, exp2, exp10, percentile, zscore, ratio2, ratio10, save, reset, undo