r.arise: Get R value

Description Usage Arguments Value See Also Examples

View source: R/var.R

Description

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

Usage

1
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

1
2
3
4
data(Simon)
#Get R-value from an object of the Spot class and save the result
R <- r.arise(Simon)
#Show the R-values

genArise documentation built on Nov. 8, 2020, 6:29 p.m.