Vector of bootstrapped deviances corresponding to an array of reference-free cell-mixture decompositions
RefFreeCellMixArrayDevianceBoot(rfArray, Y, EPSILON=1E-9, bootstrapIterations=5)
list of RefFreeCellMix objects (e.g. from RefFreeCellMixArray)
Methylation matrix on which x was based
Minimum value of variance (zero variances will be reset to this value)
Number of RefFreeCellMix iterations to use in bootstrap
Vector of bootstrapped deviances corresponding to an array of reference-free cell-mixture decompositions,
used to determine optimal number of cell types. This function returns one bootstrapped vector.
See RefFreeCellMixArrayDevianceBoots
for more than one bootstrapped vector.
The bootstrapped deviance is based on normal distribution applied to errors of Y after accounting for cell mixture effect, Mu Omega^T.
See RefFreeCellMixArray
for example.