Learn R Programming

ABarray (version 1.40.0)

mamaplot: MA plot function

Description

plot MA from vectors A and M

Usage

mamaplot(A, M, idx, subset = sample(1:length(M), min(c(10000, length(M)))), span = 2/3, family.loess = "gaussian", cex = 2, ...)

Arguments

A
vector of average signal
M
vector of difference signal
idx
index for which S/N < 3
subset
subset
span
span
family.loess
loess fit
cex
cex value
...
additional arguments

Value

MA plot

References

bioconductor affy package

See Also

See Also as mvaPair2

Examples

Run this code
##---- Do not call this function DIRECTLY !! ----

Run the code above in your browser using DataLab