Streamlining phylogenomic data gathering, processing and visualization
Project description
## TriFusion
##### Making life easier for phylogenomic data gathering, processing and visualization
Website: http://odiogosilva.github.io/TriFusion/
- loudspeaker:
ANNOUNCING: [TriFusion 1.0.0 is live!](https://github.com/ODiogoSilva/TriFusion/releases/tag/1.0.0rc1) :tada: :balloon:
<img src=”https://raw.githubusercontent.com/ODiogoSilva/TriFusion-tutorials/master/tutorials/images/trifusion_home_screen.png”/>
[![Build Status](https://travis-ci.org/ODiogoSilva/TriFusion.svg?branch=master)](https://travis-ci.org/ODiogoSilva/TriFusion) [![Documentation Status](https://readthedocs.org/projects/trifusion/badge/?version=latest)](http://trifusion.readthedocs.io/en/latest/?badge=latest) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/817a7c37a240473195a5b9e31442121d)](https://www.codacy.com/app/o.diogosilva/TriFusion?utm_source=github.com&utm_medium=referral&utm_content=ODiogoSilva/TriFusion&utm_campaign=Badge_Grade) [![codecov](https://codecov.io/gh/ODiogoSilva/TriFusion/branch/master/graph/badge.svg)](https://codecov.io/gh/ODiogoSilva/TriFusion) [![PyPI](https://img.shields.io/pypi/pyversions/trifusion.svg)](https://pypi.python.org/pypi/trifusion) [![PyPI](https://img.shields.io/pypi/v/trifusion.svg)](https://pypi.python.org/pypi/trifusion) [![AUR](https://img.shields.io/aur/version/trifusion.svg)](https://aur.archlinux.org/packages/trifusion/) [![Join the chat at https://gitter.im/TriFusion-dev/Lobby](https://badges.gitter.im/TriFusion-dev/Lobby.svg)](https://gitter.im/TriFusion-dev/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![DOI](https://zenodo.org/badge/16738401.svg)](https://zenodo.org/badge/latestdoi/16738401)
<img align=”right” height=”128” src=”https://github.com/ODiogoSilva/TriFusion/blob/43a41005ee8b1f69d7ae04684b0a0e595c527b4f/trifusion/data/backgrounds/trifusion-icon-256.png?raw=true”/>
## What is TriFusion?
TriFusion is a modern GUI and command line application designed to make the life of anyone with proteome and/or alignment sequence data easier and more pleasurable. Regardless of your experience in bioinformatics, TriFusion is easy to use and offers a wide array of powerfull features to help you deal with your data. At the same time, it was developed to handle the enormous amount of data that is generated nowadays.
TriFusion is an open source, cross-platform application written in [Python 2.7](https://www.python.org/) and using the [Kivy](https://github.com/kivy/kivy) framework to build the graphical interface.
## What can TriFusion do for you?
Here is an overview of what it can do for you across its three main modules.
### Orthology - Search and explore orthologs across proteomes
Searches for ortholog sequences across multiple species.
Filters ortholog sequences according to the gene copy number and/or number of taxa present.
Graphical visualization of ortholog data.
Exports your orthologs as protein or nucleotide sequences.
[Find out more](http://odiogosilva.github.io/TriFusion/content/features.html#orto-main)
### Process - Blazing fast processing of alignment files
Conversion or concatenation of alignment files into several popular formats ([check supported formats](https://github.com/ODiogoSilva/TriFusion/wiki/Supported-Process-formats)).
Collapse identical sequences into the same haplotype.
Create consensus sequences for each alignment with several options on how to handle sequence variation.
Filter either alignments (according to whether they contain or exclude certain taxa, to a minimum proportion of taxa, and/or variable sites) or alignment columns (according to codon position, missing data and gaps).
Code indel patterns of your alignments into a binary matrix that is appended to the alignment.
Revert concatenated alignments or export sub-regions into individual files
Set gene and codon partitions as well as substitution models (Nexus format)
Create file/taxa groups to quickly perform operations on different sets of data.
It’s fast and memory efficient. Converting 3,093 files with 376 taxa can be performed in just 30 seconds and using less than 90Mb of RAM memory ([check the benchmarks table](https://github.com/ODiogoSilva/TriFusion/wiki/Benchmarks)).
[Find out more](http://odiogosilva.github.io/TriFusion/content/features.html#process-main)
### Statistics - Effortless visual exploration of your data
Provides instant information on overall and per gene summary statistcs.
- TriFusion offers dozens of graphical and statistical options to explore your data:
General information plots.
Polymorphism and sequence variation plots.
Missing data plots.
Outlier plots.
Publication ready figures
[Find out more](http://odiogosilva.github.io/TriFusion/content/features.html#stats-main)
## Installation
### Executables binaries (GUI version only)
The latest stable release of TriFusion can be installed as a standalone application using one of the following installers. This only includes the GUI component of TriFusion. If you also want the command line version, see [Installation from source](#installation-from-source).
#### Linux
Debian package based ([See list](https://en.wikipedia.org/wiki/Category:Debian-based_distributions)): [TriFusion-1.0.0rc1.deb](https://github.com/ODiogoSilva/TriFusion/releases/download/1.0.0rc1/TriFusion-v1.0.0rc1.deb)
RPM package based ([See list](https://en.wikipedia.org/wiki/Category:RPM-based_Linux_distributions)): [TriFusion-1.0.0rc1.rpm](https://github.com/ODiogoSilva/TriFusion/releases/download/1.0.0rc1/TriFusion-v1.0.0rc1.rpm)
ArchLinux/Manjaro ([See list](https://wiki.archlinux.org/index.php/Arch_based_distributions)): [TriFusion-1.0.0.tar.xz](https://aur.archlinux.org/packages/trifusion-bin/) is available on AUR.
#### MacOS
[TriFusion-1.0.0rc1.app.zip](https://github.com/ODiogoSilva/TriFusion/releases/download/1.0.0rc1/TriFusion-v1.0.0rc1.app.zip)
#### Windows
[TriFusion-1.0.0rc1 64bit installer](https://github.com/ODiogoSilva/TriFusion/releases/download/1.0.0rc1/TriFusion-v1.0.0rc1-Win64.msi)
[TriFusion-1.0.0rc1 32bit installer](https://github.com/ODiogoSilva/TriFusion/releases/download/1.0.0rc1/TriFusion-v1.0.0rc1-Win32.msi)
##### Note for Windows 8.x and 10 users:
Executing the TriFusion installer may generate a warning from SmartScreen. To continue with the installation, click the “More info” label and then “Run anyway”.
### Installation from source
TriFusion is on [PyPi](https://pypi.python.org/pypi/trifusion/) and can be easily installed with pip.
` # Install locally, without sudo permissions, using the --user flag pip install trifusion --user `
Note that TriFusion is a python2 application, so make sure that your pip is from the correct python version. If python3 is the default installation on your machine, you may need to run pip2 instead.
By itself, this command will only install the command line version of TriFusion. If you want to install the complete TriFusion package with the GUI libraries, [follow these instructions according to your operating system](https://github.com/ODiogoSilva/TriFusion/wiki/Install-from-source).
___
If you are unconvinced that a terminal version would be useful/pratical, check out how easy and fast it is to use TriFusion to process 614 Fasta alignments into phylip and nexus output formats :-):
<img src=”https://github.com/ODiogoSilva/TriFusion-tutorials/blob/master/tutorials/gifs/terminal_demo.gif”/>
## How to use
Tutorials on how to use TriFusion for its many tasks can be perused [here](http://trifusion.readthedocs.io/en/latest/).
## Documentation
You can download TriFusion User Guide [here](https://github.com/ODiogoSilva/TriFusion/raw/master/docs/manual.pdf).
## Citation
When using OrthoMCL to find ortholog clusters, please cite the original software:
Fischer, S., Brunk, B. P., Chen, F., Gao, X., Harb, O. S., Iodice, J. B., Shanmugam, D., Roos, D. S. and Stoeckert, C. J. Using OrthoMCL to Assign Proteins to OrthoMCL-DB Groups or to Cluster Proteomes Into New Ortholog Groups Current Protocols in Bioinformatics. 2011 35:6.12.1-6.12.19.
We’re working on a manuscript for TriFusion now.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file trifusion-1.0.1rc3.tar.gz
.
File metadata
- Download URL: trifusion-1.0.1rc3.tar.gz
- Upload date:
- Size: 4.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cf14840df3d75f983928e24cc354bdb8642c134916357bd21d54a7b459c9a3b |
|
MD5 | befce98a8217102e45871df0475bd4b7 |
|
BLAKE2b-256 | 0d49a296230e07b7169de7e113233550450956f52ad96d50ccdfdadee6d8a814 |
File details
Details for the file trifusion-1.0.1rc3-py2-none-any.whl
.
File metadata
- Download URL: trifusion-1.0.1rc3-py2-none-any.whl
- Upload date:
- Size: 3.0 MB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1395d480a7e930295b6e5689c19fd43a7e2dbb6ffdbe9bff5ee8e2eb28298d43 |
|
MD5 | 3b26bdbf7dee9d7bd534720db4f5eba1 |
|
BLAKE2b-256 | 04dd6f0996b82e50fe9d3546568aad2c8f552c11ad23f21623c1923fef573bb0 |