mamaplot {ABarray} | R Documentation |
plot MA from vectors A and M
mamaplot(A, M, idx, subset = sample(1:length(M), min(c(10000, length(M)))), span = 2/3, family.loess = "gaussian", cex = 2, ...)
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 |
MA plot
Modified from bioconductor affy package
Yongming Sun
bioconductor affy package
See Also as mvaPair2
##---- Do not call this function DIRECTLY !! ----