getProbeCoords {beadarray}R Documentation

Find Bead Co-ordinates

Description

Finds the x and y co-ordinates of every bead of a given bead type on a particular array

Usage

getProbeCoords(BLData, probe, array)

Arguments

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

Details

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.

Value

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.

Author(s)

Mark Dunning

Examples

data(BLData)
getProbeCoords(BLData, 2, 1)


[Package beadarray version 1.0.0 Index]