calcPCA | R Documentation |
calcPCA
calculates PCA-matrix for the given ExpressionSet
and returns this matrix encoded to JSON.
calcPCA(es, replacena = "mean")
es |
an ExpressionSet object, should be normalized |
replacena |
method for replacing NA values (mean by default) |
json with full description of the plot for plotly.js
## Not run:
data(es)
calcPCA(es)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.