pedConvertCpp: Convert ped genotypes to 0/1

Description Usage Arguments Value

View source: R/RcppExports.R

Description

This is a utility function, that convert ped genotypes (AA/AB/BB) into 0/1 (either homozygous/heterozygous)

Usage

1
pedConvertCpp(genotype)

Arguments

genotype

vector of pair of genotypes (01, AA, AG)

Value

converted vector of genotypes (0/1)


detectRUNS documentation built on Oct. 30, 2019, 11:41 a.m.