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.
The text was updated successfully, but these errors were encountered:
Coala should throw a more helpful error message here.
Also, if you want to calculate ´sumstat_seg_sites()andsumstat_sfs()` with a finite sites mutation model, you need to add an outgroup to your model, please see ´?feat_outgroup()´
Hello professor,
I am new to your great package. I need use MSMS to generate DNA sequence data.
I write code like this ,
The text was updated successfully, but these errors were encountered: