plotProbeDistances {beadarray} | R Documentation |
The function calculates the distance matrix for a set of bead co-ordinates and plots in the form of a histogram.
plotProbeDistances(BLData, probe, array)
BLData |
BeadLevelList object containing bead-level data |
probe |
numeric value specifying the ProbeID |
array |
numeric value specifying the array |
A histogram is produced with the mean of the distance matrix indicated in red. A normal distribution with mean = 650 and sd =350 is overlayed.
Plot is produced on the current graphical device
Mark Dunning
data(BLData) plotProbeDistances(BLData, 2, 1)