plotProbeDistances {beadarray}R Documentation

Plot the distances between a set of beads

Description

The function calculates the distance matrix for a set of bead co-ordinates and plots in the form of a histogram.

Usage

plotProbeDistances(BLData, probe, array)

Arguments

BLData BeadLevelList object containing bead-level data
probe numeric value specifying the ProbeID
array numeric value specifying the array

Details

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.

Value

Plot is produced on the current graphical device

Author(s)

Mark Dunning

See Also

getProbeCoords plotDistances

Examples


data(BLData)
plotProbeDistances(BLData, 2, 1)


[Package beadarray version 1.0.0 Index]