allele.hetero: Calculation of Allele frequency with Dominant markers and...

Description Usage Arguments Note Examples

View source: R/Linarius.R

Description

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

Usage

1
allele.hetero(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.hetero(Betula,code$Ploidy)

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