File: pcaPlot.Rd

package info (click to toggle)
r-bioc-nanostringqcpro 1.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 872 kB
  • sloc: makefile: 7
file content (24 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (2)
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
}