plotDeg: Functions to Plot Density and RNA Degradation Plots

Description Usage Arguments Value Author(s) Examples

View source: R/affystart.R

Description

These functions make density and RNA degradation plots with automatic placement of legends.

Usage

1
plotDeg(dat, filenames = NULL)

Arguments

dat

An AffyBatch object, or in the case of plotHist, a matrix (e.g., from a call to read.probematrix. Note that plotDeg requires an AffyBatch object to work correctly.

filenames

Filenames that will be used in the legend of the resulting plot. If NULL (the default), these names will be extracted from the sampleNames slot of the AffyBatch object.

Value

These functions are called only for the side effect of making the plots. Nothing else is returned.

Author(s)

James W. MacDonald <jmacdon@u.washington.edu>

Examples

1
2
3
4
library("affydata")
data(Dilution)
plotDeg(Dilution)
plotHist(Dilution)

affycoretools documentation built on Nov. 8, 2020, 6 p.m.