densityPlot {NanoStringQCPro} | R Documentation |
Plot the density of counts for all endogenous and housekeeping genes for each sample in an RccSet object
densityPlot(M, log.transform = FALSE, pdata, covar, ...)
M |
One of the matrices from the assayData() of an RccSet object (make sure to set the log.transform parameter accordingly) |
log.transform |
Scalar boolean |
pdata |
pData() of the RccSet object |
covar |
character; colname in pData() that can be used to label genes by a category of interest (passed on to colByCovar) |
... |
additional plotting parameters |
A density plot
Dorothee Nickles