Mrbayes Consensus Tree For A Partially Intrinsically Disordered Protein
2
3
Entering edit mode
11.5 years ago

Hi all,

I am new to phylogeny, please excuse me if this question is trivial or if I make some conceptual mistakes.

I need to build a consensus tree of a collection of aka 40 orthologs of a protein that has a globular domain and an intrinsically disordered region. I already have the multiple sequence alignment. Essentially, I have no time or computer power limitations.

Currently, I am using this very simple MrBayes script:

begin mrbayes;
set autoclose=yes nowarn=yes;

[data file]
execute myalignment.nex;

[substitution model]
lset nst=1 rates=gamma;

[mcmc settings]
mcmc savebrlens=yes nruns=1 ngen=100000 samplefreq=10;
sumt burnin=1000;
end;

Do you guys have any recommendation on how to fine-tune this script in order to better fit my needs?

Any information will be helpful!

Thanks in advance,

Miquel

phylogeny • 2.7k views
ADD COMMENT
1
Entering edit mode
11.5 years ago
Biojl ★ 1.7k

Hi Miquel,

I think nobody can answer your question as it is now. I can offer some advice though. The software and parameters you use will entirely depend on the question you want to answer, what is it? You want to reconstruct the ancestral state, infer a species phylogeny... Depending on your question you will select one optimality criterion or another that will lead you to a specific method and implemented by different softwares. I would recommend a classical book: Infering phylogenis by J. Felstenstein. Good starting point.

Cheers

ADD COMMENT
0
Entering edit mode

Hi Biojl, thanks for the recommendation. I'll have a look and re-formulate my question in the next days.

ADD REPLY
1
Entering edit mode
11.5 years ago
Whetting ★ 1.6k

Hi Miquel,
The first step in any ML or Bayesian approach is to define the model of evolution that best fits your data.
If your alignment is DNA you can use "jmodeltest". For proteins, you can use "ProtTest". It would be good to read the manuals (and associated papers) to these pieces of software as they explain how the model is selected.
Given that model, read the MrBayes manual on how to implement the model. Usually you will want to edit the "lset" line in your script.
Hope this helps!

ADD COMMENT
0
Entering edit mode

Cool. I definetely miss the ProTest step.

ADD REPLY

Login before adding your answer.

Traffic: 1837 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6