Uses of Interface
org.biojava.nbio.core.sequence.template.ComplementCompound
-
Packages that use ComplementCompound Package Description org.biojava.nbio.core.sequence.compound org.biojava.nbio.core.sequence.template org.biojava.nbio.core.sequence.views -
-
Uses of ComplementCompound in org.biojava.nbio.core.sequence.compound
Classes in org.biojava.nbio.core.sequence.compound that implement ComplementCompound Modifier and Type Class Description class
NucleotideCompound
Methods in org.biojava.nbio.core.sequence.compound that return ComplementCompound Modifier and Type Method Description ComplementCompound
NucleotideCompound. getComplement()
-
Uses of ComplementCompound in org.biojava.nbio.core.sequence.template
Methods in org.biojava.nbio.core.sequence.template that return ComplementCompound Modifier and Type Method Description ComplementCompound
ComplementCompound. getComplement()
-
Uses of ComplementCompound in org.biojava.nbio.core.sequence.views
Classes in org.biojava.nbio.core.sequence.views with type parameters of type ComplementCompound Modifier and Type Class Description 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
-