getMeanIntensities {beadarray} | R Documentation |
Function uses the bead summary data to find the average intensity of a particular bead type on each array in the experiement.
getMeanIntensities(BSData, ProbeID)
BSData |
an BeadSummaryList object containing bead level data |
ProbeID |
numeric value giving the ProbeID we want values for |
The function returns the calculated bead summary value that has been calculated for each array in the experiment
vector of length n (where n is number of arrays in experiment) giving the average intensity of the bead type on each array in the experiment.
Mark Dunning
data(BSData) ##To get the average intensitiy of bead with ProbeID 2 on all 4 arrays in the experiement use: getMeanIntensities(BSData, 2)