Description Usage Arguments Value Examples
This function add a trait 'sex' to an existing genopheno object. Trait values ('female' and 'male') are assigned automatically to all genotypes according to sex chromosome configurations.
1 | setSexPhenotypes(genopheno)
|
genopheno |
genopheno object specifying the genetic setup. |
genopheno object with sex trait information added.
1 2 3 | mySystem <- newGenopheno(type = "X-linked")
mySystem <- setSexPhenotypes(mySystem)
getPhenotypes(mySystem)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.