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 Saenger
Saenger.assumeCanonical
(BasePair basePair) Checks which one ofSaenger
instances 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 BasePair
AnalyzedBasePair.basePair()
ClassifiedBasePair.basePair()
ImmutableAnalyzedBasePair.basePair()
ImmutableQuantifiedBasePair.basePair()
abstract BasePair
QuantifiedBasePair.basePair()
final BasePair
BasePair.invert()
Methods in pl.poznan.put.structure with parameters of type BasePairModifier and TypeMethodDescriptionInitializes the value for thebasePair
attribute.Initializes the value for thebasePair
attribute.final int
static ImmutableBasePair
Creates an immutable copy of aBasePair
value.Fill a builder with attribute values from the providedBasePair
instance.static ImmutableAnalyzedBasePair
Construct a new immutableAnalyzedBasePair
instance.static ImmutableQuantifiedBasePair
ImmutableQuantifiedBasePair.of
(BasePair basePair, double shear, double stretch, double stagger, double buckle, double propeller, double opening) Construct a new immutableQuantifiedBasePair
instance.ImmutableAnalyzedBasePair.withBasePair
(BasePair value) Copy the current immutable object by setting a value for thebasePair
attribute.ImmutableQuantifiedBasePair.withBasePair
(BasePair value) Copy the current immutable object by setting a value for thebasePair
attribute.