powered by
Generate conditional probability table for Mendelian segregation.
mendel(allele, names = c("child", "father", "mother"))
A character vector.
Names of columns in dataframe.
## Inheritance of the alleles "y" and "g" men <- mendel(c("y","g"), names=c("ch", "fa", "mo")) men
Run the code above in your browser using DataLab