Software:BioPHP

From HandWiki
BioPHP
Original author(s)Dr. Joseba Bikandi
Written inPHP
PlatformCross-platform
TypeBioinformatics
LicenseGNU GPL version 2
Websitebiophp.org

BioPHP is a collection of open-source PHP code, with classes for DNA and protein sequence analysis, alignment, database parsing, and other bioinformatics tools. BioRuby is released under the GNU GPL version 2 licence[1] and is one of a number of Bio* projects, designed to reduce code duplication.[2] As an open source bioinformatics project, BioPHP is affiliated with the Open Bioinformatics Foundation.[3]

History

The BioPHP project grew out of GenePHP, which was started by Serge Gregorio in 2003. GenePHP was conceived as a PHP-based implementation of similar bioinformatics packages such as BioPerl and BioPython and BioRuby. BioPHP was developed in December 2005 by Joseba Bikandi at the University of the Basque Country, Spain as an extension of GenePHP. GenePHP is one of the four projects currently forming BioPHP.[1]

Projects

BioPHP is divided into four 'projects'. The GenePHP project has a similar structure to other Bio* projects, with a number of classes representing (amongst other things) DNA and protein sequences and sequence alignments. Each class is designed to be general enough to be useful in a number of BioPHP projects. Similarly, the Functions project aims to create a number of functions to perform tasks on class objects and reduce code duplication between projects. The Minitools and Tools projects aim to generate a set of PHP scripts for small, repetitive tasks; scripts in the Tools project generally have special requirements, such as interfacing with non-PHP scripts and/or code (written in, for instance, Perl or C).[1]

See also

References

  1. 1.0 1.1 1.2 "BioPHP Wiki - Info". http://biophp.org/info.html. 
  2. Mangalam H (2002). "The Bio* toolkits--a brief overview.". Brief Bioinform 3 (3): 296–302. doi:10.1093/bib/3.3.296. PMID 12230038. 
  3. "Projects - Open Bioinformatics Foundation". http://www.open-bio.org/wiki/Projects. 

External links