getSpacing {limma} | R Documentation |
Convert character to numerical spacing measure for within-array replicate spots.
getSpacing(spacing, layout)
spacing |
character string or integer.
Acceptable character strings are columns , rows or topbottom .
Integer values are simply passed through. |
layout |
list containing printer layout information |
Integer giving spacing between replicate spots in the gene list.
Gordon Smyth
An overview of LIMMA functions for reading data is given in 3.ReadingData.
getSpacing("columns",list(ngrid.r=2,ngrid.c=2,nspot.r=20,nspot.c=19)) getSpacing("rows",list(ngrid.r=2,ngrid.c=2,nspot.r=20,nspot.c=19)) getSpacing("topbottom",list(ngrid.r=2,ngrid.c=2,nspot.r=20,nspot.c=19))