mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-22 20:00:22 +01:00
19 lines
364 B
Plaintext
19 lines
364 B
Plaintext
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/hwe_geno.R
|
||
|
\name{hwe_geno}
|
||
|
\alias{hwe_geno}
|
||
|
\title{HWE calculation by genotypes}
|
||
|
\usage{
|
||
|
hwe_geno(mm, mn, nn, mo, no, oo, alleles = 2)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{mm}{First count of genotype.}
|
||
|
}
|
||
|
\description{
|
||
|
For easy calculation.
|
||
|
}
|
||
|
\examples{
|
||
|
hwe_geno()
|
||
|
}
|
||
|
\keyword{hardy-weinberg-equllibrium}
|