BioJava:CookBook

From BioJava

(Redirected from BioJava:Cookbook)
Jump to: navigation, search

Contents

BioJava In Anger - A Tutorial and Recipe Book for Those in a Hurry

BioJava can be both big and intimidating. For those of us who are in a hurry there really is a whole lot there to get your head around. This document is designed to help you develop BioJava programs that do 99% of common tasks without needing to read and understand 99% of the BioJava API.

The page was inspired by various programming cookbooks and follows a "How do I...?" type approach. Each "How do I?" is linked to some example code that does what you want and sometimes more. Basically if you find the code you want and copy and paste it into your program you should be up and running quickly. I have endeavoured to over document the code to make it more obvious what I am doing so some of the code might look a bit bloated.

If you have any suggestions, questions or comments contact the biojava mailing list. To subscribe to this list go here

If you re-use code from the cookbook please cite:

BioJava: an Open-Source Framework for Bioinformatics
R.C.G. Holland; T. Down; M. Pocock; A. Prlić; D. Huen; K. James; S. Foisy; A. Dräger; A. Yates; M. Heuer; M.J. Schreiber
Bioinformatics 2008; doi: 10.1093/bioinformatics/btn397

Announcing

You can now read BioJava in Anger in French (Translated by Sylvain Foisy; mise à jour / updated : 20 octobre 2008).

You can also read Biojava in Anger in Portuguese (Translated by Dickson Guedes)

You can also read BioJava in Anger in Japanese (Translated by Takeshi Sasayama and Kentaro Sugino, updated 14 Aug 2004).

How about simplified Chinese? (Translated by Wu Xin).

How Do I....?

Setup

Alphabets and Symbols

Basic Sequence Manipulation

Translation

Proteomics

Sequence I/O

Annotations

Locations and Features

BLAST and FASTA

Counts and Distributions

Weight Matrices and Dynamic Programming

User Interfaces

BioSQL and Sequence Databases

Genetic Algorithms

Protein Structure

Ontologies

Disclaimer

This code is generously donated by people who probably have better things to do. Where possible we test it but errors may have crept in. As such, all code and advice here in has no warranty or guarantee of any sort. You didn't pay for it and if you use it we are not responsible for anything that goes wrong. Be a good programmer and test it yourself before unleashing it on your corporate database.

Copyright

The documentation on this site is the property of the people who contributed it. If you wish to use it in a publication please make a request through the biojava mailing list.

The code is open-source. A good definition of open-source can be found here. If you agree with that definition then you can use it.


--Guedes 16:19, 28 March 2006 (EST)

Personal tools