Description Usage Arguments Details Value Author(s) See Also Examples
Functions to convert and parse well unique names.
1 2 3 4 5 | prw2uname(plate, replicate, row, col, well)
uname2prw(uname)
rowcol2well(row, col)
well2rowcol(well)
well2wellid(row, col, direction='row', dim)
|
plate |
An numeric vector of plate indices or a list containing
the numeric vectors |
replicate |
A numeric vector of replicate indices. |
row |
A numeric vector of row indices. |
col |
A numeric vector of column indices |
well |
A character vector of well names. |
uname |
A character vector of well unique names. |
direction |
A character string containing the direction of the
mapping. Valid values are |
.
dim |
A numeric vector of length two, containing the dimensions (number of rows, number of columns) of a plate |
.
In prw2uname
, wells can be specified using the arguments row
and
col
or using the argument well
.
prw2uname
returns a character vector of well unique names.
uname2prw
returns a data frame containing the columns
plate
, replicate
, row
and col
.
rowcol2well
returns a character vector of well names.
well2rowcol
returns a data.frame containing the numeric vectors
row
and col
.
well2wellid
returns a numeric vector containing the well identifiers.
Gregoire Pau, gregoire.pau@embl.de, 2010
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.