removeArrays {beadarray}R Documentation

Finds unregistered beads

Description

Remove a set of arrays from a BeadSummaryList

Usage

removeArrays(BSData, array)

Arguments

BSData an BeadSummaryList containing bead summary data
array numeric vector giving the indices of the arrays to be removed

Details

Arrays can removed from an BeadSummaryList (bead summary data) object if they are found to contain bad data. Caution:- once arrays have been removed they cannot be recovered. It is recommended to create a new BeadSummaryList object for the output of this function.

Value

BeadSummaryList object

Author(s)

Mark Dunning

Examples

data(BSData)
BSData$R[1,]
BSData.new=removeArrays(BSData, array=1:2)
BSData.new$R[1,]

[Package beadarray version 1.0.0 Index]