Uses of Class
org.biojava3.core.sequence.ExonSequence

Packages that use ExonSequence
org.biojava3.core.sequence   
 

Uses of ExonSequence in org.biojava3.core.sequence
 

Methods in org.biojava3.core.sequence that return ExonSequence
 ExonSequence GeneSequence.addExon(AccessionID accession, int begin, int end)
          Add an ExonSequence mainly used to mark as a feature
 ExonSequence GeneSequence.removeExon(String accession)
          Remove the exon sequence
 

Methods in org.biojava3.core.sequence that return types with arguments of type ExonSequence
 ArrayList<ExonSequence> GeneSequence.getExonSequences()
          Get the exons as an ArrayList
 

Methods in org.biojava3.core.sequence with parameters of type ExonSequence
 int ExonComparator.compare(ExonSequence o1, ExonSequence o2)
           
 



Copyright © 2010 BioJava. All Rights Reserved.