printorder(layout, ndups=1, spacing="columns", npins, start="topleft")
ngrid.r
, ngrid.c
, nspot.r
and nspot.c
, or an RGList
or MAList
object from which the printer layout may be extracted."columns"
, "rows"
or "topbottom"
."topleft"
or "topright"
and partial matches are accepted.02B13
is second row, 13th column, of the second plate.layout$ngrid.r
times layout$ngrid.c
pins or tips and the array is printed using layout$nspot.r
times layout$npot.c
dips of the head.
The plate holding the DNA to be printed is assumed to have 384 wells in 16 rows and 24 columns.ndups
indicates the number of spots printed from each well.
The replicate spots from multiple dips into the same wells are assumed to be side-by-side by columns (spacing="columns"
), by rows (spacing="rows"
) or in the top and bottom halves of the array (spacing="topbottom"
).
In some cases a smaller number of physical pins is used and the total number of grids is built up by effectively printing two or more sub-arrays on the same slide. In this case the number of grids should be a multiple of the number of pins.
Printing is assumed to proceed by rows within in each grid starting either from the top-left or the top-right.
normalizeForPrintorder
.An overview of LIMMA functions for reading data is given in 03.ReadingData.
printorder(list(ngrid.r=2,ngrid.c=2,nspot.r=12,nspot.c=8))
Run the code above in your browser using DataLab