Description Usage Arguments Value Author(s) See Also Examples
View source: R/getAlphanumeric.R
Given an array of (x,y) well coordinates, this function returns the corresponding alphanumeric notation.
1 | getAlphaNumeric(horizontal, vertical)
|
horizontal |
Integer coordinate of horizontal well location. |
vertical |
Integer coordinate of vertical well location. |
getAlphaNumeric
returns a list containing id
, the full alphanumeric id of the well(s), id.alpha
, the alpha part of the id, and id.num
, the numeric part of the id.
Joseph Barry joseph.barry@embl.de
1 2 3 4 5 | ## To obtain the alpha, numeric and alphanumeric information for a single well
getAlphaNumeric(horizontal=1,vertical=1)
## To obtain only the alphanumeric ids of a tetrad in the corner of a 1536 well plate
getAlphaNumeric(horizontal=c(31,31,32,32),vertical=c(47,48,47,48))$id
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.