Learn R Programming

codelink (version 1.40.2)

createWeights: 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.

Examples

Run this code
    data(codset)
    w <- createWeights(codset)

Run the code above in your browser using DataLab