1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/NanoStringQualityMetrics.R
\name{densityPlot}
\alias{densityPlot}
\title{densityPlot}
\usage{
densityPlot(M, log.transform = FALSE, pdata, covar, ...)
}
\arguments{
\item{M}{One of the matrices from the assayData() of an RccSet object (make sure
to set the log.transform parameter accordingly)}
\item{log.transform}{Scalar boolean}
\item{pdata}{pData() of the RccSet object}
\item{covar}{character; colname in pData() that can be used to label genes by a category of interest (passed on to colByCovar)}
\item{...}{additional plotting parameters}
}
\value{
A density plot
}
\description{
Plot the density of counts for all endogenous and housekeeping genes for each sample in an RccSet object
}
\author{
Dorothee Nickles
}
|