getProbeCoords {beadarray} | R Documentation |
Finds the x and y co-ordinates of every bead of a given bead type on a particular array
getProbeCoords(BLData, probe, array)
BLData |
BLDataLlist object |
probe |
numeric value for the ProbeID we want to find the co-ordinates for |
array |
numeric value for the array we want |
Function simply uses the ProbeID to look up the BLData$x and BLData$y values for beads whose BLData$ProbeID match the given 'ProbeID' argument.
matrix of numeric values with two columns ($x$ and $y$) and number of rows being the number of beads with this ProbeID present in the array. The $x$ and $y$ values returned are standardised by subtracting the minimum $x$ and $y$ values of any bead on the array.
Mark Dunning
data(BLData) getProbeCoords(BLData, 2, 1)