nbrOfSpots.Layout: Gets the size of a microarray

Description Usage Author(s) Examples

Description

Calculates the total number of spots on the microarray slide.

Usage

1
2
## S3 method for class 'Layout'
nbrOfSpots(this, ...)

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

Examples

1
2
  layout <- Layout(ngrid.r=4, ngrid.c=4, nspot.r=18, nspot.c=18)
  print(nbrOfSpots(layout))  # 5184

HenrikBengtsson/aroma documentation built on May 7, 2019, 12:56 a.m.