| 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(java.lang.String accession)
Remove the intron by accession
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<IntronSequence> |
GeneSequence.getIntronSequences()
Get the introns as an ArrayList
|
Copyright © 2000-2020 BioJava. All Rights Reserved.