recodeData: Recode a Genotype Data Matrix.

View source: R/recodeData.R

recodeDataR Documentation

Recode a Genotype Data Matrix.

Description

This function recodes a genotype data matrix in a format as expected from eqtl or mdr.

Usage

  recodeData(X)

Arguments

X

Matrix with genotype information.

Details

This function recodes the values given in the data matrix X (typically AA, AB and BB) and substitutes it with 0,1 and 2. Missing values are encoded as 3.

Value

A matrix with same dimension as the input, but in 0,1,2 encoding.

Author(s)

Daniel Fischer

See Also

eQTL , mdr

Examples

# genotData <- read.table("MDR_format_ready_BCR.txt",header=T)

# temp <- recodeData(genotData)


fischuu/GenomicTools documentation built on Feb. 15, 2025, 2:13 p.m.