calcPCA: Principal Component Analysis.

Description Usage Arguments Value Examples

View source: R/calcPCA.R

Description

calcPCA calculates PCA-matrix for the given ExpressionSet and returns this matrix encoded to JSON.

Usage

1
calcPCA(es, replacena = "mean")

Arguments

es

an ExpressionSet object, should be normalized

replacena

method for replacing NA values (mean by default)

Value

json with full description of the plot for plotly.js

Examples

1
2
3
4
5
## Not run: 
data(es)
calcPCA(es)

## End(Not run)

phantasus documentation built on Nov. 8, 2020, 6:39 p.m.