Uses of Class
org.biojava3.core.sequence.template.SequenceProxyView

Packages that use SequenceProxyView
org.biojava3.core.sequence.views   
 

Uses of SequenceProxyView in org.biojava3.core.sequence.views
 

Subclasses of SequenceProxyView in org.biojava3.core.sequence.views
 class ComplementSequenceView<C extends ComplementCompound>
          For a given sequence this class will create a view over the top of it and for every request the code will return the complement of the underlying base e.g. base A will become base T
 class ReversedSequenceView<C extends Compound>
          For a given sequence this class will return the base at the reversed position i.e. in a sequence of size 10, if you request base 2 you will get back the base at position 9.
 class RnaSequenceView
          Attempts to do on the fly translation of RNA by not requesting the compounds until asked.
 



Copyright © 2010 BioJava. All Rights Reserved.