setWeights {beadarray} | R Documentation |
Function for committing the weights calculated by BASH into the beadLevelData object
setWeights(BLData, wts, array, combine = FALSE, wtName = "wts")
BLData |
a |
wts |
the wts component of the BASH output |
array |
a vector of arrays that we want to set the weights for |
combine |
if TRUE combine the weights with existing weights (if they exist) |
wtName |
name of column to assign weights to |
Modified beadLevelData object
Mark Dunning