Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 2.21 KB

README.md

File metadata and controls

65 lines (42 loc) · 2.21 KB

The BioJava - Alignment Module

A tutorial for the alignment module of BioJava.

About

The alignment module of BioJava provides an API that contains
  • Implementations of dynamic programming algorithms for sequence alignment
  • Reading and Writing of popular alignment file formats
  • A single-, or multi- threaded multiple sequence alignment algorithm.

Index

This tutorial is split into several chapters.

Chapter 1 - Quick Installation

Chapter 2 - Global alignment - Needleman and Wunsch algorithm

Chapter 3 - Local alignment - Smith-Waterman algorithm

Chapter 4 - Multiple Sequence alignment

Chapter 5 - Reading and writing of multiple alignments

Chapter 6 - BLAST - why you don't need BioJava for parsing BLAST

Please cite

BioJava: an open-source framework for bioinformatics in 2012
Andreas Prlic; Andrew Yates; Spencer E. Bliven; Peter W. Rose; Julius Jacobsen; Peter V. Troshin; Mark Chapman; Jianjiong Gao; Chuan Hock Koh; Sylvain Foisy; Richard Holland; Gediminas Rimsa; Michael L. Heuer; H. Brandstatter-Muller; Philip E. Bourne; Scooter Willis
Bioinformatics (2012) 28 (20): 2693-2695.
doi pubmed

License

The content of this tutorial is available under the CC-BY license.

view license


Navigation: Home | Book 2: The Alignment Module

Prev: Book 1: The Core Module

Next: Book 3: The Structure Modules