normalSNP {MEAL}R Documentation

Normalize SNPs values

Description

SNPs values, introduced as numerical, are normalized to be used in lineal models.

Usage

normalSNP(snps)

Arguments

snps

Numerical vector or matrix representing the SNPs in the form: 0 homozygote recessive, 1 heterozygote, 2 homozygote dominant.

Value

Numerical vector or matrix with the snps normalized.

Examples

snps <- c(1, 0, 0, 1, 0, 0, 2, 1, 2)
normSNPs <- normalSNP(snps)
normSNPs

[Package MEAL version 1.10.1 Index]