createWeights {codelink} | R Documentation |
Create a weight matrix based on probe type and flags.
createWeights(object, type.weights = NULL, flag.weights = NULL)
object |
an object of class "Codelink" or "CodelinkSet". |
type.weights |
named character vector of type weights used. |
flag.weights |
named character vector of flag weights used. |
Diego Diez
data(codset) w <- createWeights(codset)