aqm.plot {arrayQualityMetrics}R Documentation

Performs plots from aqm objects.

Description

aqm.plot performs plots.

Usage

## S4 method for signature 'aqmTrellis':
aqm.plot(obj)

aqm.plot(obj)

## S4 method for signature 'aqmobj.box':
aqm.plot(obj)
## S4 method for signature 'aqmobj.dens':
aqm.plot(obj)
## S4 method for signature 'aqmobj.msd':
aqm.plot(obj)
## S4 method for signature 'aqmobj.nuse':
aqm.plot(obj)
## S4 method for signature 'aqmobj.pmmm':
aqm.plot(obj)
## S4 method for signature 'aqmobj.qcs':
aqm.plot(obj)
## S4 method for signature 'aqmobj.rle':
aqm.plot(obj)

Arguments

obj an object of class aqmobj

Details

See the aqm.prepdata help or the aqm Vignette for example of this object.

Value

A plot in the x11 device.

Author(s)

Audrey Kauffmann. Maintainer: <audrey@ebi.ac.uk>


[Package arrayQualityMetrics version 2.2.3 Index]