a.arise: A Arise

Description Usage Arguments Value See Also Examples

View source: R/var.R

Description

Extract A values from a Spot.

Usage

1
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

1
2
3
4
## 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)

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