Learn R Programming

AllelicImbalance (version 1.10.2)

defaultPhase: defaultPhase

Description

used to populate the phase slot in an ASEset object

Usage

defaultPhase(i, ...)
"defaultPhase"(i, j, ...)

Arguments

i
number of rows
...
arguments to forward to internal functions
j
number of columns

Details

will set everything to 0

Examples

Run this code


i <- 5
j <- 10
defaultPhase(i,j)

Run the code above in your browser using DataLab