0% found this document useful (0 votes)
6 views1 page

Introduction Biopython

Biopython is a collection of Python modules designed for computational molecular biology, developed since 2000 by a global group of volunteers. It offers tools for parsing bioinformatics file formats, accessing online services, and performing various analyses in bioinformatics. The Biopython website serves as a resource for developers, providing modules, scripts, and links related to bioinformatics software development.

Uploaded by

etoiledeciel096
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Introduction Biopython

Biopython is a collection of Python modules designed for computational molecular biology, developed since 2000 by a global group of volunteers. It offers tools for parsing bioinformatics file formats, accessing online services, and performing various analyses in bioinformatics. The Biopython website serves as a resource for developers, providing modules, scripts, and links related to bioinformatics software development.

Uploaded by

etoiledeciel096
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Introduction :

Biopython is a collection of freely available Python ([Link] modules for


computational molecular biology. Python is an object oriented, interpreted, flexible language that is
widely used for scientific computing. Python is easy to learn, has a very clear syntax and can easily be
extended with modules written in C, C++ or FORTRAN. Since its inception in 2000 [4], Biopython has
been continuously developed and maintained by a large group of volunteers worldwide.

The Biopython web site ([Link] provides an online resource for modules,
scripts, and web links for developers of Python-based software for bioinformatics use and research.
Biopython includes parsers for various bioinformatics file formats (BLAST, Clustalw, FASTA, Genbank,
…), access to online services (NCBI, Expasy,…), a standard sequence class, sequence alignment and
motif analysis tools, clustering algorithms, a module for structural biology, and a module for
phylogenetics analysis.

You might also like