File: densityPlot.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 (29 lines) | stat: -rw-r--r-- 804 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
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
}