Learn R Programming

Mega2R (version 1.0.2)

mkGenABELgenotype: generate GenABEL compressed genotype matrix

Description

The matrix is (# of samples / 4 ) x (# of markers). (# of samples is rounded to a multiple of 4. Each byte stores data for 4 samples; a byte has 4 - 2 bit encodings.

Usage

mkGenABELgenotype(markers = NULL, envir)

Arguments

envir

'environment' containing SQLite database and other globals

Value

None

Examples

Run this code
# NOT RUN {
mkGenABELgenotype(envir)
# }

Run the code above in your browser using DataLab