Uses of Class
org.biojava.nbio.core.sequence.IntronSequence
-
Packages that use IntronSequence Package Description org.biojava.nbio.core.sequence -
-
Uses of IntronSequence in org.biojava.nbio.core.sequence
Methods in org.biojava.nbio.core.sequence that return IntronSequence Modifier and Type Method Description IntronSequence
GeneSequence. addIntron(AccessionID accession, int begin, int end)
Add an Intron Currently used to mark an IntronSequence as a featureIntronSequence
GeneSequence. removeIntron(String accession)
Remove the intron by accessionMethods in org.biojava.nbio.core.sequence that return types with arguments of type IntronSequence Modifier and Type Method Description ArrayList<IntronSequence>
GeneSequence. getIntronSequences()
Get the introns as an ArrayList
-