Yes i know that, all my genotype data using these three codes (such as AA, AB, BB).
I even wrote down the genotype codes in my write_control_file.
ma_control_file_madi <- file.path("C:/Users/shoke/OneDrive/Документы", "madi.yaml")
write_control_file(ma_control_file_madi,
crosstype = "riself",
geno_file = "madi_geno.csv",
gmap_file = "madi_gmap.csv",
pheno_file = "madi_pheno.csv",
alleles = c("AA", "BB"),
geno_codes = c("AA" = 1, "AB" = 2, "BB" = 3),
na.strings = "NN",
sep = ",",
geno_transposed = T,
overwrite = TRUE)
but I still have this error.
среда, 15 мая 2024 г. в 18:40:12 UTC+5, Karl Broman: