allele.frec: Calculation of Allele hetherozygocy with Dominant markers and...

Description Usage Arguments Note Examples

View source: R/Linarius.R

Description

This function aims at evaluating allele hetherozygocy in a ballance population, this considering the ploidy level. Then It calculated an weighted avarage

Usage

1
allele.frec(xx, ploidy = 2)

Arguments

xx

A binary datafram of genotypes, individuals as row and alleles as column

ploidy

Interger or vector, ploidy level of the population or individuals

Note

There is a little biais on small sized sample.

Examples

1
2
data(Birch)
allele.frec(Betula,code$Ploidy)

giby/Linarius documentation built on May 17, 2019, 4:20 a.m.