r.arise {genArise} | R Documentation |
Get the R values from an object of the Spot class.
r.arise(mySpot)
mySpot |
An object of the Spot class |
A vector containing the R value ( log(Cy5/Cy3)) for each observation of the spot object.
data(Simon) #Get R-value from an object of the Spot class and save the result R <- r.arise(Simon) #Show the R-values