Uses of Interface
org.biojava.bio.seq.GappedSequence

Packages that use GappedSequence
org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects. 
 

Uses of GappedSequence in org.biojava.bio.seq
 

Classes in org.biojava.bio.seq that implement GappedSequence
 class SimpleGappedSequence
          Simple implementation of GappedSequence.
 

Methods in org.biojava.bio.seq that return GappedSequence
static GappedSequence DNATools.createGappedDNASequence(java.lang.String dna, java.lang.String name)
          Get a new dna as a GappedSequence
static GappedSequence ProteinTools.createGappedProteinSequence(java.lang.String theProtein, java.lang.String name)
          Get a new protein as a GappedSequence