Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions about estimation of the average standard deviation of split frequencies #252

Open
danielyao12 opened this issue Aug 6, 2021 · 1 comment
Labels

Comments

@danielyao12
Copy link

I'm sorry if I posted my questions in unsuitable place. I tried to use the MrBayes for the BUCKy analysis, and my sequence file was 10,000 bp SNPs. I ran the MrBayes version 3.2.7a on centos7 system. But every diagnfreq displayed "Average standard deviation of split frequencies: NA (no splits above min. frequency)". Originally, I thought that it might be because the number of generation was not long enough. Then, I set the ngen to 21,000,000. It still displayed "Average standard deviation of split frequencies: NA (no splits above min. frequency)". My questions are:

  1. Are results from this MrBayes analysis reliable that can be used?
  2. If the results are not reliable, how should I do to improve my MrBayes analysis? For example, should I change the lset, nchains, or other parameters in the block?

Here is the block file I used.

#nexus
begin mrbayes;
set autoclose=yes nowarn=yes;
execute 10kb_92_subalignment.nex;
lset nst=6 rates=gamma;
prset brlenspr=Unconstrained:Exp(50.0);
mcmc nruns=2 temp=0.2 ngen=21000000 burninfrac=0.1909
Nchains=4 samplefreq=1000 swapfreq=1000 printfreq=50000
mcmcdiagn=yes diagnfreq=50000 filename=10kb_92;
quit;
end;

This block file was edited basing on the BUCKy tutorial. I also searched similar questions in the Google Group of the BUCKy and other websites in Google, but I didn't find useful information. I appreciate if anyone knows what I should do about my questions. Thank you.

Best regards,
Xin

@danielyao12 danielyao12 changed the title Questions about estimation of the average standard deviation of split frequencies [proposed question] Questions about estimation of the average standard deviation of split frequencies Aug 6, 2021
@danielyao12 danielyao12 changed the title [proposed question] Questions about estimation of the average standard deviation of split frequencies Questions about estimation of the average standard deviation of split frequencies Aug 6, 2021
@nylander
Copy link
Collaborator

nylander commented Feb 2, 2024

Dear @danielyao12

The NA indicates clearly that there are some errors with the analysis.

I was surprised, however, to see that your command example executed in the first place. Lines 7 and 8 lacks the end-of-line semicolons. But maybe that is a cut-and-paste error on this website?

Unfortunately, assuming the commands indeed was correctly executed, I can't give more advise unless seeing the input file.

Yours

Johan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants