-
-
08 Apr 2015 20:59:21 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (489 / 0 / 7)
- Kwalitee
Bus factor: 0- License: perl_5
- Perl: v5.8.8
- Activity
24 month- Tools
- Download (69.65KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Joseph D. Baugher, PhD
- Dependencies
- none
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 1.01
- Minor bug fix for example_script.t.
Changes for version 1.10.0
- This is a major release with substantial changes. This release is not backwards compatible with scripts designed for previous versions. Our method for rapid calculation of APD remains unaltered, thus APD results from previous versions should be identical to those calculated with the current release. A fix has been applied to correct standard error estimates which were determined to be incorrect under certain conditions.
- Major Changes: 1. The apd_by_pos() function has been removed. Although this alternative method for rapid calculation of APD was previously provided for the sake of comparison with our method, it was removed from the current release due to the absence of a robust mathematical justification. 2. The 'gap_gap' option for missing data handling in the apd and standard error calculations has been removed. Thus the current options for missing data are pairwise deletion (base_base or gap_base) and complete deletion (complete_del). 3. The main function calls have been updated to reflect the changes described above. The rapid APD and standard error calculations are now performed as follows: $fastAPD_obj->apd('gap_base'); $fastAPD_obj->std_err('gap_base'); 4. It was determined that the standard error estimate was incorrect when performing a 'complete_del' analysis on datasets in which positions may consist of an insertion in a single sequence (thus gaps present in all other sequences). This is also relevant for calculations involving thresholds for missing data (N's, gaps, or ragged ends). This has been corrected in the current version. 5. The testing and example scripts have been appropriately updated.
Modules
rapid calculation of average pairwise difference (APD) for multiple sequence alignmentsModule Install Instructions
To install Bio::fastAPD, copy and paste the appropriate command in to your terminal.
cpanm Bio::fastAPD
perl -MCPAN -e shell install Bio::fastAPD
For more information on module installation, please visit the detailed CPAN module installation guide.