code {mixer}R Documentation

coding sequence of each Tilling array probe

Description

code A as 0, T as 1, C as 2, G as 3

Usage

code(seq, n)

Arguments

seq a vector, each element is the sequence of one probe
n length of probe sequence

Value

code: a matrix of size length(seq) * n, code[i,j] = 2 means the jth position in the ith probe is C.

Author(s)

Wei Sun wsun@bios.unc.edu


[Package mixer version 1.01 Index]