Learn R Programming

genArise (version 1.48.0)

r.arise: Get R value

Description

Get the R values from an object of the Spot class.

Usage

r.arise(mySpot)

Arguments

mySpot
An object of the Spot class

Value

A vector containing the R value ( log(Cy5/Cy3)) for each observation of the spot object.

See Also

i.arise.

Examples

Run this code
data(Simon)
#Get R-value from an object of the Spot class and save the result
R <- r.arise(Simon)
#Show the R-values

Run the code above in your browser using DataLab