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
Hello professor,
I am new to your great package. I need use MSMS to generate DNA sequence data.
I write code like this ,
try<-coal_model(10,1,100)+feat_mutation(1.3)+feat_recombination(1.3)+
feat_selection(strength_AA = 8e+3,Ne=4e+5,position=0.5,start=TRUE,time=0.005)+
sumstat_seg_sites()+sumstat_sfs()+sumstat_dna()
But, when I simulate this , simulate(try). I got error like this " Error in sim_tasks[[i]]$get_arg("trio_dists") :
Argument trio_dists not found"
Could you please give me some idea to fix it? I appreciate your help.
Thanks a lot.