All Projects → hahnlab → CAFE

hahnlab / CAFE

Licence: other
Analyze changes in gene family size and provide a statistical foundation for evolutionary inferences.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
perl
6916 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects
Raku
181 projects

Projects that are alternatives of or similar to CAFE

SubstitutionModels.jl
Biological Sequence Substitution Models for Julia
Stars: ✭ 13 (-85.23%)
Mutual labels:  phylogenetics
phylogenetics-class
A course in the theory and practice of phylogenetic inference from DNA sequence data
Stars: ✭ 16 (-81.82%)
Mutual labels:  phylogenetics
archaeopteryx-js
Archaeopteryx.js is a software tool for the visualization and analysis of highly annotated phylogenetic trees.
Stars: ✭ 27 (-69.32%)
Mutual labels:  phylogenetics
baltic
baltic - backronymed adaptable lightweight tree import code for molecular phylogeny manipulation, analysis and visualisation. Development is back on the evogytis/baltic branch (i.e. here).
Stars: ✭ 60 (-31.82%)
Mutual labels:  phylogenetics
seqotron
Alignment editor for Mac OS X
Stars: ✭ 26 (-70.45%)
Mutual labels:  phylogenetics
genesis
A library for working with phylogenetic and population genetic data.
Stars: ✭ 43 (-51.14%)
Mutual labels:  phylogenetics
r2g
A homology-based, computationally lightweight pipeline for discovering genes in the absence of an assembly
Stars: ✭ 49 (-44.32%)
Mutual labels:  phylogenetics
FAVITES
FAVITES (FrAmework for VIral Transmission and Evolution Simulation)
Stars: ✭ 33 (-62.5%)
Mutual labels:  phylogenetics
phyml
PhyML -- Phylogenetic estimation using (Maximum) Likelihood
Stars: ✭ 125 (+42.05%)
Mutual labels:  phylogenetics
PhyloTrees.jl
Phylogenetic trees in Julia
Stars: ✭ 15 (-82.95%)
Mutual labels:  phylogenetics
get phylomarkers
A pipeline to select optimal markers for microbial phylogenomics and species tree estimation using coalescent and concatenation approaches
Stars: ✭ 34 (-61.36%)
Mutual labels:  phylogenetics
pastml
Ancestor character reconstruction and visualisation for rooted phylogenetic trees
Stars: ✭ 15 (-82.95%)
Mutual labels:  phylogenetics
CAFE5
Version 5 of the CAFE phylogenetics software
Stars: ✭ 53 (-39.77%)
Mutual labels:  phylogenetics
RNeXML
Implementing semantically rich NeXML I/O in R
Stars: ✭ 12 (-86.36%)
Mutual labels:  phylogenetics
libpll
Phylogenetic Likelihood Library
Stars: ✭ 21 (-76.14%)
Mutual labels:  phylogenetics
booster
booster.c3bi.pasteur.fr
Stars: ✭ 22 (-75%)
Mutual labels:  phylogenetics
PyPHLAWD
Python version of PHLAWD
Stars: ✭ 16 (-81.82%)
Mutual labels:  phylogenetics
taxonium
A tool for exploring very large trees in the browser
Stars: ✭ 65 (-26.14%)
Mutual labels:  phylogenetics
Biopython
Official git repository for Biopython (originally converted from CVS)
Stars: ✭ 2,936 (+3236.36%)
Mutual labels:  phylogenetics
PCG
𝙋𝙝𝙮𝙡𝙤𝙜𝙚𝙣𝙚𝙩𝙞𝙘 𝘾𝙤𝙢𝙥𝙤𝙣𝙚𝙣𝙩 𝙂𝙧𝙖𝙥𝙝 ⸺ Haskell program and libraries for general phylogenetic graph search
Stars: ✭ 20 (-77.27%)
Mutual labels:  phylogenetics

CAFE

Software for Computational Analysis of gene Family Evolution

The purpose of CAFE is to analyze changes in gene family size in a way that accounts for phylogenetic history and provides a statistical foundation for evolutionary inferences. The program uses a birth and death process to model gene gain and loss across a user-specified phylogenetic tree. The distribution of family sizes generated under this model can provide a basis for assessing the significance of the observed family size differences among taxa.

Project Status: Moved to https://github.com/hahnlab/CAFExp – The project has been moved to a new location, and the version at that location should be considered authoritative. to https://github.com/hahnlab/CAFExp

Build Status

CAFE v4.2.1 is the latest in a regular series of releases to the CAFE application. The manual and various tutorials may be viewed on the website (https://hahnlab.github.io/CAFE/) . This document describes how to download and use CAFE v4.2.1.

Use

The necessary inputs for CAFE v4.2.1 are:

  1. a data file containing gene family sizes for the taxa included in the phylogenetic tree
  2. a Newick formatted phylogenetic tree, including branch lengths

From the inputs above, CAFE v4.2.1 will compute:

  1. the maximum likelihood value of the birth & death parameter, λ (or of separate birth and death parameters (λ and μ, respectively), over the whole tree or for user-specified subsets of branches in the tree
  2. ancestral states of gene family sizes for each node in the phylogenetic tree
  3. p-values for each gene family describing the likelihood of the observed sizes given average rates of gain and loss
  4. average gene family expansion along each branch in the tree
  5. numbers of gene families with expansions, contractions, or no change along each branch in the tree

Install

Run "configure" and "make" from the home directory. The only result is the "cafe" executable in the release directory. This file should be copied to a convenient location.

History

CAFE v3.0 was a major update to CAFE v2.1. Major updates in 3.0 included: 1) the ability to correct for genome assembly and annotation error when analyzing gene family evolution using the errormodel command. 2) The ability to estimate separate birth (λ) and death (μ) rates using the lambdamu command. 3) The ability to estimate error in an input data set with iterative use of the errormodel command using the accompanying python script caferror.py. This version also included the addition of the rootdist command to give the user more control over simulations.

CAFE v4.0 was the first release in a regular series of releases in order to make CAFE easier and more user-friendly, in addition to adding features and fixing bugs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].