Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.97 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.97 KB

The BioJava - Core Module

A tutorial for the core module of BioJava.

About

The core module of BioJava provides an API that provides
  • Basic operations with biological sequences
  • Reading and Writing of popular sequence file formats
  • Translate DNA sequences into protein sequences

Index

This tutorial is split into several chapters.

Chapter 1 - Quick Installation

Chapter 2 - Basic Sequence types

Chapter 3 - Reading and Writing sequences

Chapter 4 - Translating DNA and protein sequences.

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 1: The Core Module

Next: Book 2: The Alignment Module