Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 2.24 KB

README.md

File metadata and controls

66 lines (42 loc) · 2.24 KB

The BioJava - Genomics Module

A tutorial for the genomics module of BioJava

About

The genome module of BioJava provides an API that allows to
  • Parse popular file formats used in genomcs
  • Convert from one file format to another
  • Translate DNA sequences into protein sequences

Index

This tutorial is split into several chapters.

Chapter 1 - Quick Installation

Chapter 2 - Reading gene names information from genenames.org

Chapter 3 - Reading chromosomal positions for genes. (UCSC's refFlat.txt.gz )

Chapter 4 - Reading GTF and GFF files

Chapter 5 - Reading and writing a Genebank file

Chapter 5 - Reading karyotype (cytoband) files

Chapter 6 - Reading genomic DNA sequences using UCSC's .2bit file format

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 4: The Genomics Module

Prev: Book 3: The Structure Modules