allele.count: Function to count allele presence and absence of dominant...

Description Usage Arguments Examples

View source: R/Linarius.R

Description

This function aims at counting allele presence and absence in a ballance population, this considering the ploidy level.

Usage

1
allele.count(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

Examples

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

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