Learn R Programming

genArise (version 1.48.0)

a.arise: A Arise

Description

Extract A values from a Spot.

Usage

a.arise(mySpot)

Arguments

mySpot
Spot object for one microarray.

Value

List of A-values. (log(cy3, 2) + log(cy5, 2))/2

See Also

m.arise.

Examples

Run this code
## read the spot from a file and save it in spot
data(Simon)
## Extract A from spot and save in a
a <- a.arise(mySpot = Simon)

Run the code above in your browser using DataLab