removeArrays {beadarray} | R Documentation |
Remove a set of arrays from a BeadSummaryList
removeArrays(BSData, array)
BSData |
an BeadSummaryList containing bead summary data |
array |
numeric vector giving the indices of the arrays to be removed |
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.
BeadSummaryList object
Mark Dunning
data(BSData) BSData$R[1,] BSData.new=removeArrays(BSData, array=1:2) BSData.new$R[1,]