Package org.biojava.bio.seq.distributed

Sequences and SequenceDBs which are composed from data taken from a number of data sources.

See:
          Description

Interface Summary
DistDataSource Object which contributes data to a DistributedSequenceDB.
 

Class Summary
DistributedSequenceDB Sequence database from the meta-DAS system.
GFFDataSource Use a GFFEntrySet as a DataSource for adding annotation to sequences.
SequenceDBDataSource Turn an entire SequenceDB instance into a DistDataSource.
 

Package org.biojava.bio.seq.distributed Description

Sequences and SequenceDBs which are composed from data taken from a number of data sources.

This package attempts to generalize the data aggregation facilities offered by DAS clients (e.g. the org.biojava.bio.program.das package), and generalize them, allowing data from non-DAS sources to be integrated.

NOTE: all APIs in this package are currently at an experimental stage, and may change from day to day!