You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
genoprob_to_snpprob() doesn’t work for DOF1 cross type for X chromosome. Currently it assumes that there are n choose 2 genotypes for females and n for males, but this is not tru for DOF1.
The text was updated successfully, but these errors were encountered:
The easiest solution would be to just pool the female and male genotypes on the X chromosome. Females are homozyg/heterozyg and males are hemizygous, but in the end there are just 8 genotypes.
Converting the genotypes to allele dosages with genoprob_to_alleleprob() solves this problem. It doesn't do anything to the autosomes and for the X chromosome is simply place the male probabilities on top of those for females.
genoprob_to_snpprob()
doesn’t work for DOF1 cross type for X chromosome. Currently it assumes that there are n choose 2 genotypes for females and n for males, but this is not tru for DOF1.The text was updated successfully, but these errors were encountered: