| Package | Description | 
|---|---|
| org.biojava.nbio.core.sequence | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ArrayList<IntronSequence> | 
GeneSequence.getIntronSequences()
Get the introns as an ArrayList 
 | 
Copyright © 2000–2017 BioJava. All rights reserved.