genoConvert {detectRUNS} | R Documentation |
Convert 0/1/2 genotypes to 0/1
Description
This is a utility function, that convert 0/1/2 genotypes (AA/AB/BB) into 0/1 (either homozygous/heterozygous)
Usage
genoConvert(x)
Arguments
x |
vector of 0/1/2 genotypes |
Value
converted vector of genotypes (0/1)
[Package detectRUNS version 0.9.6 Index]