| Package | Description |
|---|---|
| org.biojava.nbio.core.sequence |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ExonSequence> |
GeneSequence.getExonSequences()
Get the exons as an ArrayList
|
| Modifier and Type | Method and Description |
|---|---|
int |
ExonComparator.compare(ExonSequence o1,
ExonSequence o2) |
Copyright © 2000–2019 BioJava. All rights reserved.