getAlphaNumeric: Convert from plate coordinates to alphanumeric notation.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/getAlphanumeric.R

Description

Given an array of (x,y) well coordinates, this function returns the corresponding alphanumeric notation.

Usage

1
getAlphaNumeric(horizontal, vertical)

Arguments

horizontal

Integer coordinate of horizontal well location.

vertical

Integer coordinate of vertical well location.

Value

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.

Author(s)

Joseph Barry joseph.barry@embl.de

See Also

convertWellCoordinates

Examples

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

prada documentation built on April 28, 2020, 7:52 p.m.