1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/NanoStringQualityMetrics.R
\name{pcaPlot}
\alias{pcaPlot}
\title{pcaPlot}
\usage{
pcaPlot(exx, ...)
}
\arguments{
\item{exx}{exprs() of an RccSet object}
\item{...}{additional parameters passed on to the plotting functions}
}
\value{
PCA screeplot and a plot with two panels, one plotting PC1 versus PC2, the other plotting
PC1 versus PC3.
}
\description{
Wrapper function to perform a PCA analysis on the exprs slot of an RccSet object
and plot some results
}
\author{
Dorothee Nickles
}
|