a.arise {genArise} | R Documentation |
Extract A values from a Spot.
a.arise(mySpot)
mySpot |
Spot object for one microarray. |
List of A-values. (log(cy3, 2) + log(cy5, 2))/2
## 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)