Description Usage Arguments Details Author(s) See Also Examples
This function produce a MXY plot with a colour bar.
In contrast to mxy.plot
, the plot is based on spot coordinates (instead on column and row
index as proxies for spot location).
1 |
V |
vector of real values typically logged ratios M. |
X |
vector of x coordinates of spot locations |
Y |
vector of y coordinates of spot locations |
Ngc |
number of columns for the grid matrix |
Ngr |
number of rows for the grid matrix |
Nsc |
number of columns for the spot matrix |
Nsr |
number of rows for the spot matrix |
color.lim |
limits of color range for MXY plot |
xlab |
label of x-axis of MXY plot |
ylab |
label of y-axis of MXY plot |
... |
Further optional graphical parameter for the |
The function mxy2.plot
can be used to plot the distribution of V
across
the array. As mxy.plot
, it mainly aims for the plotting of the distribution of
logged fold changes. It differs from mxy.plot
in the representation of spot location.
The function mxy.plot
uses the index of columns and rows as proxies for the spot location.
The gaps between the grid matrices (spotted by different pins) are, therefore, not reproduced
in the plot. A more accurate spatial plot is produced by mxy2.plot
, which
is based on the coordinates of the first column and first raw of the array. Assuming a regular rectangular print layout,
gaps and the edges of the array are shown.
Matthias E. Futschik (http://itb.biologie.hu-berlin.de/~futschik)
mxy.plot
, v2m
, m2v
, fgbg.visu
, image
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.