calcPCA {phantasus} | 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)