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

Packages that use IntronSequence
org.biojava3.core.sequence   
 

Uses of IntronSequence in org.biojava3.core.sequence
 

Methods in org.biojava3.core.sequence that return IntronSequence
 IntronSequence GeneSequence.addIntron(AccessionID accession, int begin, int end)
          Add an Intron Currently used to mark an IntronSequence as a feature
 IntronSequence GeneSequence.removeIntron(String accession)
          Remove the intron by accession
 

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



Copyright © 2010 BioJava. All Rights Reserved.