createWeights {codelink}R Documentation

Create weight for Codelink chips

Description

Create a weight matrix based on probe type and flags.

Usage

	createWeights(object, type.weights = NULL, flag.weights = NULL)

Arguments

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.

Author(s)

Diego Diez

Examples

    data(codset)
    w <- createWeights(codset)

[Package codelink version 1.48.0 Index]