Difference between revisions of "BALi-Phy"
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category: | + | [[Category:Software]][[Category:Phylogenetics]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
− | |{{#vardefine:app| | + | |{{#vardefine:app|BAli-phy}} |
− | |{{#vardefine:url| http:// | + | |{{#vardefine:url|http://www.bali-phy.org/}} |
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | <!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | ||
|{{#vardefine:conf|}} <!--CONFIGURATION--> | |{{#vardefine:conf|}} <!--CONFIGURATION--> | ||
|{{#vardefine:exe|}} <!--ADDITIONAL INFO--> | |{{#vardefine:exe|}} <!--ADDITIONAL INFO--> | ||
− | |{{#vardefine: | + | |{{#vardefine:pbs|}} <!--PBS SCRIPTS--> |
+ | |{{#vardefine:slurm|}} <!--SLURM SCRIPTS--> | ||
|{{#vardefine:policy|}} <!--POLICY--> | |{{#vardefine:policy|}} <!--POLICY--> | ||
|{{#vardefine:testing|}} <!--PROFILING--> | |{{#vardefine:testing|}} <!--PROFILING--> | ||
|{{#vardefine:faq|}} <!--FAQ--> | |{{#vardefine:faq|}} <!--FAQ--> | ||
− | |{{#vardefine:citation|}} <!--CITATION--> | + | |{{#vardefine:citation|1}} <!--CITATION--> |
|{{#vardefine:installation|}} <!--INSTALLATION--> | |{{#vardefine:installation|}} <!--INSTALLATION--> | ||
|} | |} | ||
Line 18: | Line 19: | ||
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} | {{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} | ||
− | BAli- | + | '''BAli-phy''' is MCMC software developed by Ben Redelings with Marc Suchard for simultaneous Bayesian estimation of alignment and phylogeny (and other parameters). It handles generic Bayesian modeling via probabilistic programming. |
+ | |||
+ | BAli-Phy can estimate phylogenetic trees from sequence data when the alignment is uncertain. Instead of conditioning on a single alignment estimate, BAli-Phy accounts for alignment uncertainty by integrating over all alignments. BAli-Phy does not rely on a guide tree because the alignment and the tree are co-estimated. Therefore it can construct phylogeny estimates of widely divergent sequences without bias toward a guide tree. | ||
<!--Modules--> | <!--Modules--> | ||
− | == | + | ==Required Modules== |
− | + | ===Serial=== | |
+ | * gcc/5.2.0 | ||
+ | * bali-phy | ||
+ | |||
+ | Example: | ||
+ | module load gcc/5.2.0 bali-phy | ||
+ | |||
==System Variables== | ==System Variables== | ||
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory | ||
+ | * HPC_{{uc:{{#var:app}}}}_BIN - executable program directory | ||
+ | * HPC_{{uc:{{#var:app}}}}_LIB - library directory | ||
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== | ||
Line 31: | Line 42: | ||
<!--Run--> | <!--Run--> | ||
{{#if: {{#var: exe}}|==Additional Information== | {{#if: {{#var: exe}}|==Additional Information== | ||
− | |||
WRITE_ADDITIONAL_INSTRUCTIONS_ON_RUNNING_THE_SOFTWARE_IF_NECESSARY | WRITE_ADDITIONAL_INSTRUCTIONS_ON_RUNNING_THE_SOFTWARE_IF_NECESSARY | ||
− | |||
|}} | |}} | ||
− | <!-- | + | <!--PBS scripts--> |
− | {{#if: {{#var: | + | {{#if: {{#var: pbs}}|==PBS Script Examples== |
− | See the [[{{PAGENAME}} | + | See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples. |
+ | |}} | ||
+ | <!--SLURM scripts--> | ||
+ | {{#if: {{#var: slurm}}|==SLURM Script Examples== | ||
+ | See the [[{{PAGENAME}}_SLURM]] page for {{#var: app}} SLURM script examples. | ||
|}} | |}} | ||
<!--Policy--> | <!--Policy--> | ||
{{#if: {{#var: policy}}|==Usage Policy== | {{#if: {{#var: policy}}|==Usage Policy== | ||
− | |||
WRITE USAGE POLICY HERE (Licensing, usage, access). | WRITE USAGE POLICY HERE (Licensing, usage, access). | ||
− | |||
|}} | |}} | ||
<!--Performance--> | <!--Performance--> | ||
{{#if: {{#var: testing}}|==Performance== | {{#if: {{#var: testing}}|==Performance== | ||
− | |||
WRITE_PERFORMANCE_TESTING_RESULTS_HERE | WRITE_PERFORMANCE_TESTING_RESULTS_HERE | ||
− | |||
|}} | |}} | ||
<!--Faq--> | <!--Faq--> | ||
Line 56: | Line 65: | ||
<!--Citation--> | <!--Citation--> | ||
{{#if: {{#var: citation}}|==Citation== | {{#if: {{#var: citation}}|==Citation== | ||
− | + | - Redelings BD and Suchard MA Joint Bayesian Estimation of Alignment and Phylogeny, Systematic Biology, 54(3):401-418, 2005 [PDF] | |
+ | |||
+ | - Suchard MA and Redelings BD BAli-Phy: simultaneous Bayesian inference of alignment and phylogeny, Bioinformatics, 22:2047-2048, 2006. [PDF] | ||
− | + | - Redelings BD and Suchard MA. Incorporating indel information into phylogeny estimation for rapidly emerging pathogens. BMC Evolutionary Biology, 7:40, 2007. [PDF] | |
+ | - Redelings BD. Erasing Errors Due to Alignment Ambiguity When Estimating Positive Selection. Mol. Biol. Evo. 31(8), 2014. [WWW] | ||
|}} | |}} | ||
<!--Installation--> | <!--Installation--> |
Latest revision as of 17:19, 14 December 2022
Description
BAli-phy is MCMC software developed by Ben Redelings with Marc Suchard for simultaneous Bayesian estimation of alignment and phylogeny (and other parameters). It handles generic Bayesian modeling via probabilistic programming.
BAli-Phy can estimate phylogenetic trees from sequence data when the alignment is uncertain. Instead of conditioning on a single alignment estimate, BAli-Phy accounts for alignment uncertainty by integrating over all alignments. BAli-Phy does not rely on a guide tree because the alignment and the tree are co-estimated. Therefore it can construct phylogeny estimates of widely divergent sequences without bias toward a guide tree.
Required Modules
Serial
- gcc/5.2.0
- bali-phy
Example:
module load gcc/5.2.0 bali-phy
System Variables
- HPC_BALI-PHY_DIR - installation directory
- HPC_BALI-PHY_BIN - executable program directory
- HPC_BALI-PHY_LIB - library directory
Citation
- Redelings BD and Suchard MA Joint Bayesian Estimation of Alignment and Phylogeny, Systematic Biology, 54(3):401-418, 2005 [PDF]
- Suchard MA and Redelings BD BAli-Phy: simultaneous Bayesian inference of alignment and phylogeny, Bioinformatics, 22:2047-2048, 2006. [PDF]
- Redelings BD and Suchard MA. Incorporating indel information into phylogeny estimation for rapidly emerging pathogens. BMC Evolutionary Biology, 7:40, 2007. [PDF]
- Redelings BD. Erasing Errors Due to Alignment Ambiguity When Estimating Positive Selection. Mol. Biol. Evo. 31(8), 2014. [WWW]