Usage
DB.MAPlot( y, m, groups, contrast=c(1,2), de.tags=NULL,
col="lightgrey", deCol="red", deCex=0.2,
xlab="Average Over Groups of log2 Mean Total Count",
ylab="logFC of Odds Ratio", pch=19, cex=0.2,
panel.last=grid(col = "red", lwd = 0.2) , ylim = c(-15, 15), ...)
Arguments
y
numeric matrix of inclusion counts.
m
numeric matrix of total counts: inclusion + exclusion.
groups
vector or factor giving the experimental group/condition for each sample/library.
contrast
numeric vector of length 2 specifying which levels of the "groups" factor should be compared.
de.tags
rownames for events identified as being differentially expressed.
col
color given to the points.
deCol
color for the events given in "de.tags".
deCex
cex for the events given in "de.tags".
pch
pch given to the points.
cex
cex given to the points.
panel.last
an expression to be evaluated after plotting; the default grid() draws a background grid to aid interpretation of the plot.
ylim
y-limits for the plot
...
further arguments passed to plot().