createWeights {codelink} | R Documentation |
Create a weight matrix to be used in limma.
createWeights(object, type=NULL)
object |
an object of class "Codelink". |
type |
weight assigned to each Probe_type. |
Diego Diez
## Not run: data(codelink.example) w <- createWeights(codelink.example, type = list(FIDUCUAL = 0.1)) ## End(Not run)