Description Usage Arguments Value Note Author(s) See Also Examples
The function arrayPersp
creates perspective images of shades of gray or colors that correspond to the values of a statistic for each spot on the array. The statistic can be the intensity log-ratio, a spot quality measure (e.g. spot size or shape), or a test statistic. This function can be used to explore whether there are any spatial effects in the data, for example, print-tip or cover-slip effects.
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Default S3 method:
arrayPersp(Statistic, Col, Row,
ArrCol, ArrRow, SpotCol, SpotRow,
mediancenter=FALSE,
col=myPalette("green","red","yellow"),
zlim=zlim, bar=TRUE, ...)
## S3 method for class 'arrayCGH'
arrayPersp(arrayCGH, variable,
mediancenter=FALSE,
col=myPalette("green","red","yellow"),
zlim=zlim, bar=TRUE, ...)
|
arrayCGH |
Object of class |
variable |
Variable to be plotted |
Statistic |
Statistic to be plotted. |
Col |
Vector of columns coordinates. |
Row |
Vector of rows coordinates. |
ArrCol |
Number of columns for the blocs. |
ArrRow |
Number of rows for the blocs. |
SpotCol |
Number of column for each bloc. |
SpotRow |
Number of rows for each bloc. |
mediancenter |
If |
col |
List of colors such as that generated by |
zlim |
Numerical vector of length 2 giving the extreme values of
|
bar |
If |
... |
Graphical parameters can be given as arguments to function
|
N.B. : Col takes the values in 1:arrayRow*SpotRow and Row takes the values in 1:arrayCol*SpotCol
An image is created on the current graphics device.
People interested in tools dealing with array CGH analysis can visit our web-page http://bioinfo.curie.fr.
Philippe Hupé, glad@curie.fr.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.