getAlphaNumeric {prada} | R Documentation |
Given an array of (x,y) well coordinates, this function returns the corresponding alphanumeric notation.
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
## 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