Closed kbroman closed 3 years ago
If the genotypes are all 1-4, it seems like read.cross() will first treat the data as a standard intercross and so omit het genotypes from the X chromosome in males, even if you indicate crosstype="4way".
read.cross()
crosstype="4way"
If the genotypes are all 1-4, it seems like
read.cross()
will first treat the data as a standard intercross and so omit het genotypes from the X chromosome in males, even if you indicatecrosstype="4way"
.