Description Usage Arguments Value Author(s) Examples
View source: R/readPlateList.R
For example, "B02" <-> c("B", "02") <-> 26, "AB32" <-> c("AB", "32") <-> 1328.
1 | convertWellCoordinates(x, pdim, type="384")
|
x |
either: a character vector with alphanumeric well identifiers
(e.g. |
pdim |
a vector of length 2 with names |
type |
an alternative way of specifying |
A list with elements:
letnum
, with the alphanumeric well identifiers;
let.num
, with the alphanumeric well identifiers giving as a pair c(letter(s), 2-digits);
num
, with the integer position of the well within a plate.
Ligia Bras ligia@ebi.ac.uk and Wolfgang Huber huber@ebi.ac.uk
1 2 3 4 | pd <- c("nrow"=8L, "ncol"=12L) # 96-well plate
w <- sample(prod(pd), 3L)
wpos <- convertWellCoordinates(w, pd)
wpos
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.