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
Hi,
I am using your package to assign unknown individuals to their population of origin with genomic markers, however, I’m having trouble using the function assign.X. When I try to run this script :
assign.X(genepop_baseline_2016_snps, genepop_assign_2016_snps, model = "smv",dir = "/Volumes/drobo2/emilie_carrier/all_samples_fev_2019/03-bad_samples_high_relatedness_sex_removed/population_assignment_files/assignment_2016/", mplot = TRUE)
I get this message :
Error in table(outcome_matrix$pred.pop) :
object 'outcome_matrix' not found
I have followed all the steps in your tutorial without any problem and also tried using different models with these files and it seems to work. I have also run this script with different files without any error message.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
I probably need to look into the codes and see where causes the issue by running your data sets. Do you mind sending me ([email protected]) the data you used or part of the data so that I can reproduce the same error message on my side? Thanks.
Hi,
I am using your package to assign unknown individuals to their population of origin with genomic markers, however, I’m having trouble using the function assign.X. When I try to run this script :
assign.X(genepop_baseline_2016_snps, genepop_assign_2016_snps, model = "smv",dir = "/Volumes/drobo2/emilie_carrier/all_samples_fev_2019/03-bad_samples_high_relatedness_sex_removed/population_assignment_files/assignment_2016/", mplot = TRUE)
I get this message :
Error in table(outcome_matrix$pred.pop) :
object 'outcome_matrix' not found
I have followed all the steps in your tutorial without any problem and also tried using different models with these files and it seems to work. I have also run this script with different files without any error message.
Thanks in advance!
The text was updated successfully, but these errors were encountered: