Description Usage Arguments Value Author(s) See Also Examples
plot the VST (Variance Stabilizing Transform) function of VST transformed LumiBatch object or parameters of VST function.
1 |
x |
a LumiBatch object after lumiT transform, or a matrix or data.frame with VST parameter |
transFun |
a character vector of transformation function (asinh or log2) |
plotRange |
the plot range of untransformed data |
addLegend |
add legend or not |
... |
other parameter used by |
invisibly return the untransformed and transformed values.
Pan Du
1 2 3 4 5 6 7 8 | ## load example data
data(example.lumi)
## Do default VST variance stabilizing transform
lumi.T <- lumiT(example.lumi, ifPlot=TRUE)
## plot the transform function
plotVST(lumi.T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.