Difference between revisions of "Dr. Rasmus Nielsen Laboratory"

From Christoph's Personal Wiki
Jump to: navigation, search
(Started article)
 
(Added specifics on MrBayes)
Line 13: Line 13:
 
* MrBayes
 
* MrBayes
 
* Find probability of each group
 
* Find probability of each group
 +
 +
Nucleotide model: GTR (option: +gamma)
 +
Constrain all phylogenetic groups to be monophyletic
 +
Make option: strict clock trees (uniform) (prset brlenspr=clock:uniform)
 +
 +
1,000,000 updates (e.g. cycles)
 +
discard first 50,000 as burn-in
 +
sample a total of 10,000 trees (say)
 +
 +
Then process output to get probabilities of each possible phylogenetic assignment of query sequence.
 +
 +
In MrBayes - if you run the program with the constraints of monophyletic groups -
 +
you are forcing the query sequence _not_ to be part of these groups. So that won't work.
 +
Instead, run it without the constraints and simply check how often the query sequence is
 +
member of a partition that only contains one particular phylogenetic group as members
 +
(at any phylognetic level, e.g. species, genus, family, order, etc).
 +
Remember, MrBayes will output the probabililities of specific groups (or partitions) directly.
 +
So you don't have to do anything with trees yourself.
  
 
==External links==
 
==External links==

Revision as of 02:50, 23 December 2005

Dr. Rasmus Nielsen Laboratory is where I am currently doing research (December 2005-present). It is located at the Centre for Bioinformatics, København Universitet, Denmark.

Professor Information

  • Rasmus Nielsen (Ole Roemer Fellow)
  • Office: 314
  • Phone: +45 3532 1279
  • E-mail: rasmus@binf.ku.dk

Overview of research

  • Taxonomy (from GenBank files)
  • ClustalW (align top 50; ignore E-value; remove redundancy)
  • MrBayes
  • Find probability of each group
Nucleotide model: GTR (option: +gamma)
Constrain all phylogenetic groups to be monophyletic
Make option: strict clock trees (uniform) (prset brlenspr=clock:uniform)
1,000,000 updates (e.g. cycles)
discard first 50,000 as burn-in
sample a total of 10,000 trees (say)
Then process output to get probabilities of each possible phylogenetic assignment of query sequence.
In MrBayes - if you run the program with the constraints of monophyletic groups - 
you are forcing the query sequence _not_ to be part of these groups. So that won't work.
Instead, run it without the constraints and simply check how often the query sequence is 
member of a partition that only contains one particular phylogenetic group as members 
(at any phylognetic level, e.g. species, genus, family, order, etc).
Remember, MrBayes will output the probabililities of specific groups (or partitions) directly.
So you don't have to do anything with trees yourself.

External links