the id for individuals in demo data is numeric form, if we used character form for id, due to the function(as.matrix) in R would lead to all of the genotypes transforming into characters, the code would stop. The code should include as.numeric function for genotypes
the id for individuals in demo data is numeric form, if we used character form for id, due to the function(as.matrix) in R would lead to all of the genotypes transforming into characters, the code would stop. The code should include as.numeric function for genotypes