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
Make sure the allele codes in encode_geno() are single characters; otherwise you get weird results. If allele codes are like "AA", "CC", "GG", "TT", can just take the first letter. If there are some hets in there, treat as missing.
The text was updated successfully, but these errors were encountered:
Make sure the allele codes in
encode_geno()
are single characters; otherwise you get weird results. If allele codes are like"AA"
,"CC"
,"GG"
,"TT"
, can just take the first letter. If there are some hets in there, treat as missing.The text was updated successfully, but these errors were encountered: