Uses of Class
org.biojava.nbio.core.sequence.ExonSequence
- 
Packages that use ExonSequence Package Description org.biojava.nbio.core.sequence  - 
- 
Uses of ExonSequence in org.biojava.nbio.core.sequence
Methods in org.biojava.nbio.core.sequence that return ExonSequence Modifier and Type Method Description ExonSequenceGeneSequence. addExon(AccessionID accession, int begin, int end)Add an ExonSequence mainly used to mark as a featureExonSequenceGeneSequence. removeExon(String accession)Remove the exon sequenceMethods in org.biojava.nbio.core.sequence that return types with arguments of type ExonSequence Modifier and Type Method Description ArrayList<ExonSequence>GeneSequence. getExonSequences()Get the exons as an ArrayListMethods in org.biojava.nbio.core.sequence with parameters of type ExonSequence Modifier and Type Method Description intExonComparator. compare(ExonSequence o1, ExonSequence o2) 
 -