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 ExonSequence
GeneSequence. addExon(AccessionID accession, int begin, int end)
Add an ExonSequence mainly used to mark as a featureExonSequence
GeneSequence. 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 ArrayList.Methods in org.biojava.nbio.core.sequence with parameters of type ExonSequence Modifier and Type Method Description int
ExonComparator. compare(ExonSequence o1, ExonSequence o2)
-