Learn R Programming

Mega2R (version 1.0.0)

Mega2GenABELconvert: 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

Mega2GenABELconvert(markers = NULL, envir)

Arguments

envir

'environment' containing SQLite database and other globals

Value

None

Examples

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

Run the code above in your browser using DataLab