getMeanIntensities {beadarray}R Documentation

Find Bead Type Averages

Description

Function uses the bead summary data to find the average intensity of a particular bead type on each array in the experiement.

Usage

getMeanIntensities(BSData, ProbeID)

Arguments

BSData an BeadSummaryList object containing bead level data
ProbeID numeric value giving the ProbeID we want values for

Details

The function returns the calculated bead summary value that has been calculated for each array in the experiment

Value

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.

Author(s)

Mark Dunning

See Also

createBeadSummaryData

Examples


data(BSData)

##To get the average intensitiy of bead with ProbeID 2 on all 4 arrays in the experiement use:

getMeanIntensities(BSData, 2)


[Package beadarray version 1.0.0 Index]