1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/NanoStringQualityMetrics.R
\docType{methods}
\name{ctrlsOverviewPlot,RccSet-method}
\alias{ctrlsOverviewPlot,RccSet-method}
\alias{ctrlsOverviewPlot}
\title{ctrlsOverviewPlot}
\usage{
\S4method{ctrlsOverviewPlot}{RccSet}(rccSet)
}
\arguments{
\item{rccSet}{An RccSet object}
}
\value{
A plot with two panels, one for the negative controls, one for the positive controls.
}
\description{
Plot individual negative and positive controls across all samples in an RccSet object.
}
\author{
Dorothee Nickles
}
|