Learn R Programming

genArise (version 1.48.0)

cys.plot: Data Visualization: log2(Cy3) vs log2(Cy5)

Description

This function shows the plot of the values from the log Cy3 against log 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

Run this code
data(Simon)
cys.plot(Simon)

Run the code above in your browser using DataLab