plotMA {INSPEcT}R Documentation

MA-plot from base means and log fold changes

Description

Visualize the comparison between the rates calculated from two different INSPEcT objects profiled in steady-state conditions.

Usage

## S4 method for signature 'INSPEcT_diffsteady'
plotMA(object, ...)

Arguments

object

An object of calss INSPEcT_diffsteady

...

Additional parameters, see Details section

Details

Possible arguments to "plotMA":

See Also

http://en.wikipedia.org/wiki/MA_plot

Examples

data('simData3rep', package='INSPEcT')
data('simData3rep_2', package='INSPEcT')
diffrates <- compareSteady(simData3rep, simData3rep_2)
plotMA(diffrates, alpha=.5)

[Package INSPEcT version 1.10.0 Index]