https://github.com/ctlab/phantasus
Revision 1c570679f6844a5e6d7c4d36c4ac3bc11347eb94 authored by Vladislav Kamenev on 26 October 2018, 09:43:33 UTC, committed by Vladislav Kamenev on 26 October 2018, 11:35:45 UTC
1 parent 5532378
Raw File
Tip revision: 1c570679f6844a5e6d7c4d36c4ac3bc11347eb94 authored by Vladislav Kamenev on 26 October 2018, 09:43:33 UTC
Travis fortran workaround
Tip revision: 1c57067
calcPCA.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/calcPCA.R
\name{calcPCA}
\alias{calcPCA}
\title{Principal Component Analysis.}
\usage{
calcPCA(es, replacena = "mean")
}
\arguments{
\item{es}{an ExpressionSet object, should be normalized}

\item{replacena}{method for replacing NA values (mean by default)}
}
\value{
json with full description of the plot for plotly.js
}
\description{
\code{calcPCA} calculates PCA-matrix for the given ExpressionSet
    and returns this matrix encoded to JSON.
}
\examples{
\dontrun{
data(es)
calcPCA(es)
}
}
back to top