About
Orthologs are genes that are related through a speciation event, while
paralogs are genes that are related through a gene duplication event.
Accurate identification of orthologs is a prerequisite for phylogenomics, since
including genes that diverged because of a gene duplication event for species
tree inference can cause an erroneous inference of speciation nodes, due to
disparencies between individual gene trees and the species tree. Unfortunately,
contaminants present in even a single taxon can cause a tree-based orthology
inference method to erroneuosly infer paralogy and unnecessarily exclude
sequences.
PhyloPyPruner is a Python package for phylogenetic tree-based orthology
inference, using the species overlap method. It uses trees and alignments
inferred from the output of a graph-based orthology inference approach, such
as OrthoMCL,
OrthoFinder or
HaMStR, in order to obtain sets
of sequences that are 1:1 orthologous. In addition to algorithms seen in
pre-existing tree-based tools (for example,
PhyloTreePruner,
UPhO,
Agalma or
Phylogenomic Dataset
Reconstruction), this package
provides new methods for reducing potential contamination.
Figure 1. A rough overview of a tree-based orthology inference approach.
Quick installation
The easiest way to install PhyloPyPruner is by using the package manager for
Python, pip:
pip install phylopypruner
pip install --user phylopypruner
Once installed, the program is located within $HOME/.local/bin
. Depending on
your OS, you might have to add the directory to your $PATH
to avoid typing
the entire path. Once in your path, you run the program like this:
phylopypruner
- About PhyloPyPruner
- Tutorial
- Installation
- Input data
- Output files
- Methods
- Options
Cite
Our manuscript is still in preparation, it will be posted here once a preprint
of the article is available.
© Kocot Lab 2019