utils.het.pop {dartR.base} | R Documentation |
An internal function that calculates expected mean heterozygosity per population
Description
An internal function that calculates expected mean heterozygosity per population
Usage
ind.count(x)
Arguments
x |
A genlight object containing the SNP genotypes [required]. |
Value
A vector with the mean expected heterozygosity for each population
Author(s)
Custodian: Luis Mijangos (Post to https://groups.google.com/d/forum/dartr)
See Also
Other utilities:
gl.alf()
,
utils.check.datatype()
,
utils.dart2genlight()
,
utils.dist.binary()
,
utils.flag.start()
,
utils.hamming()
,
utils.impute
,
utils.is.fixed()
,
utils.jackknife()
,
utils.n.var.invariant()
,
utils.plot.save()
,
utils.read.fasta()
,
utils.read.ped()
,
utils.recalc.avgpic()
,
utils.recalc.callrate()
,
utils.recalc.freqhets()
,
utils.recalc.freqhomref()
,
utils.recalc.freqhomsnp()
,
utils.recalc.maf()
,
utils.reset.flags()
,
utils.transpose()
[Package dartR.base version 0.65 Index]