cys.plot {genArise} | R Documentation |
Data Visualization: Cy3 vs Cy5
Description
This function shows the plot of the values from the Cy3 against
Cy5 intensities that belongs to an object of the Spot class.
Usage
cys.plot(mySpot, col = "green")
Arguments
mySpot |
An Spot object |
col |
Color in which the points of the plot will be shown. This
argument must be quoted and the possible values it can take are the
same from the color funcion in the R base. |
Examples
data(Simon)
cys.plot(Simon)
[Package
genArise version 1.0.0
Index]