= Introduction =
-Tutorial for multiple sequence alignments and phylogenetic methods in BioRuby -- under development!
+Tutorial for multiple sequence alignments and phylogenetic methods in !BioRuby -- under development!
= Multiple Sequence Alignments =
== Calculating a Multiple Sequence Alignment ==
-BioRuby! can be used to execute a variety of multiple sequence alignment
+!BioRuby can be used to execute a variety of multiple sequence alignment
programs (such as [http://mafft.cbrc.jp/alignment/software/ MAFFT], [http://probcons.stanford.edu/ Probcons], [http://www.clustal.org/ ClustalW], [http://www.drive5.com/muscle/ Muscle]).
In the following, examples for using the MAFFT and Muscle are shown.
}}}
-= Phylogenetic Inference =
+= Phylogenetic Trees =
+
+== Reading and Writing of Phylogenetic Trees ==
+
+*... to be done*
+
+{{{
+#!/usr/bin/env ruby
+require 'bio'
+
+}}}
+
+Also, see: https://www.nescent.org/wg_phyloinformatics/BioRuby_PhyloXML_HowTo_documentation
+
+
+== Phylogenetic Inference ==
+
+*Currently !BioRuby does not contain any wrappers for phylogenetic inference, I am progress of writing a RAxML wrapper followed by a wrapper for FastMA.*
== Maximum Likelihood ==
=== RAxML ===
-... to be done
+*... to be done*
{{{
#!/usr/bin/env ruby
require 'bio'
}}}
+