Uses of Class
pl.poznan.put.structure.BasePair
Packages that use BasePair
Package
Description
A set of enums describing different notations used in structural biology.
Package contains classes useful in describing secondary structure (base pairs, helices, etc.)
-
Uses of BasePair in pl.poznan.put.notation
Methods in pl.poznan.put.notation with parameters of type BasePairModifier and TypeMethodDescriptionstatic SaengerSaenger.assumeCanonical(BasePair basePair) Checks which one ofSaengerinstances matches a canonical base pair of provided sequence. -
Uses of BasePair in pl.poznan.put.structure
Subclasses of BasePair in pl.poznan.put.structureMethods in pl.poznan.put.structure that return BasePairModifier and TypeMethodDescriptionabstract BasePairAnalyzedBasePair.basePair()ClassifiedBasePair.basePair()ImmutableAnalyzedBasePair.basePair()ImmutableQuantifiedBasePair.basePair()abstract BasePairQuantifiedBasePair.basePair()final BasePairBasePair.invert()Methods in pl.poznan.put.structure with parameters of type BasePairModifier and TypeMethodDescriptionInitializes the value for thebasePairattribute.Initializes the value for thebasePairattribute.final intstatic ImmutableBasePairCreates an immutable copy of aBasePairvalue.Fill a builder with attribute values from the providedBasePairinstance.static ImmutableAnalyzedBasePairConstruct a new immutableAnalyzedBasePairinstance.static ImmutableQuantifiedBasePairImmutableQuantifiedBasePair.of(BasePair basePair, double shear, double stretch, double stagger, double buckle, double propeller, double opening) Construct a new immutableQuantifiedBasePairinstance.ImmutableAnalyzedBasePair.withBasePair(BasePair value) Copy the current immutable object by setting a value for thebasePairattribute.ImmutableQuantifiedBasePair.withBasePair(BasePair value) Copy the current immutable object by setting a value for thebasePairattribute.