-
Notifications
You must be signed in to change notification settings - Fork 15
Output genotype and phenotype
Hao Cheng edited this page Aug 3, 2017
·
5 revisions
#genotype
M = getOurGenotypes(animals)
#phenotype
P = getOurPhenVals(animals,1.0) #residual variance is 1.0
#output haplotype
outputHapData(animals, "output.txt")
#output genotype
outputGenData(animals, "output.txt")
#output genotype,phenotype,pedigree
outputPedigree(animals, "output.txt")
#output SNPs information
outputCatData("output.txt")