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 classNucleotideCompoundMethods in org.biojava.nbio.core.sequence.compound that return ComplementCompound Modifier and Type Method Description ComplementCompoundNucleotideCompound. 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 ComplementCompoundComplementCompound. 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 classComplementSequenceView<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
-