Learn R Programming

MEAL (version 1.2.3)

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

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

Run the code above in your browser using DataLab