BioPerl

From DrugPedia: A Wikipedia for Drug discovery

(Difference between revisions)
Jump to: navigation, search
(New page: '''INTRODUCTION''' Bioperl is a collection of Perl modules that facilitate the development of Perl scripts for bioinformatics applications. As such, it does not include ready to use progr...)
Current revision (03:36, 1 September 2008) (edit) (undo)
 
(2 intermediate revisions not shown.)
Line 3: Line 3:
Bioperl is a collection of Perl modules that facilitate the development of Perl scripts for bioinformatics applications. As such, it does not include ready to use programs in the sense that many commercial packages and free web-based interfaces do (e.g. Entrez, SRS). On the other hand, Bioperl does provide reusable Perl modules that facilitate writing Perl scripts for sequence manipulation, accessing of databases using a range of data formats and execution and parsing of the results of various molecular biology programs including Blast, clustalw, TCoffee, genscan, ESTscan and HMMER. Consequently, bioperl enables developing scripts that can analyze large quantities of sequence data in ways that are typically difficult or impossible with web based systems.
Bioperl is a collection of Perl modules that facilitate the development of Perl scripts for bioinformatics applications. As such, it does not include ready to use programs in the sense that many commercial packages and free web-based interfaces do (e.g. Entrez, SRS). On the other hand, Bioperl does provide reusable Perl modules that facilitate writing Perl scripts for sequence manipulation, accessing of databases using a range of data formats and execution and parsing of the results of various molecular biology programs including Blast, clustalw, TCoffee, genscan, ESTscan and HMMER. Consequently, bioperl enables developing scripts that can analyze large quantities of sequence data in ways that are typically difficult or impossible with web based systems.
-
see also:
+
----
-
[[http://crdd.osdd.net/indipedia/bioperl]]
+
-
[http://www.bioperl.org/wiki/Main_Page]
+
 
-
(bioperl wikipedia documentation page)
+
==See also==
-
[http://bioperl.org/Core/Latest/bioscripts.html]
+
* [http://crdd.osdd.net/indipedia/biojava BIOJAVA]
-
(descripription for bioperl scripts)
+
* [http://www.bioperl.org/wiki/Main_Page bioperl wikipedia documentation page]
-
[http://bioperl.org/Core/Latest/faq.html]
+
* [http://bioperl.org/Core/Latest/bioscripts.html descripription for bioperl scripts]
-
(FAQ regarding bioperl)
+
* [http://bioperl.org/Core/Latest/faq.html FAQ regarding bioperl]

Current revision

INTRODUCTION

Bioperl is a collection of Perl modules that facilitate the development of Perl scripts for bioinformatics applications. As such, it does not include ready to use programs in the sense that many commercial packages and free web-based interfaces do (e.g. Entrez, SRS). On the other hand, Bioperl does provide reusable Perl modules that facilitate writing Perl scripts for sequence manipulation, accessing of databases using a range of data formats and execution and parsing of the results of various molecular biology programs including Blast, clustalw, TCoffee, genscan, ESTscan and HMMER. Consequently, bioperl enables developing scripts that can analyze large quantities of sequence data in ways that are typically difficult or impossible with web based systems.



[edit] See also