Package org.acedb.seq

The bridge from AceDB objects to biojava implementations.

See:
          Description

Class Summary
AceAnnotation  
AceSequence Sequence extracted from an ACeDB database.
AceSequenceDB An implementation of SequenceDB that lets either an entire ACeDB database, or some sub-set of its sequences be viewed as a native BioJava sequence database.
 

Package org.acedb.seq Description

The bridge from AceDB objects to biojava implementations.

This layer should map the ACeDB interfaces into implementations of the core BioJava interfaces. In this way, an ACeDB database can be viewed as an org.bio.seq.SequenceDB, and ACeDB sequence objects can be viewed as org.bio.seq.Sequence objects with features and annotation.