Uses of Interface
pl.poznan.put.structure.ClassifiedBasePair
Packages that use ClassifiedBasePair
Package
Description
Package contains classes useful in describing secondary structure (base pairs, helices, etc.)
-
Uses of ClassifiedBasePair in pl.poznan.put.rna
Method parameters in pl.poznan.put.rna with type arguments of type ClassifiedBasePairModifier and TypeMethodDescriptionstatic PdbModel
ChainReorderer.reorderAtoms
(PdbModel model, Collection<? extends ClassifiedBasePair> basePairs) Reorders chains according to given canonical base pairs to keep connected chains together while minimizing the overall pseudoknot order. -
Uses of ClassifiedBasePair in pl.poznan.put.structure
Classes in pl.poznan.put.structure that implement ClassifiedBasePairModifier and TypeClassDescriptionclass
A pair of residues with metadata taken from analysis tool.final class
Immutable implementation ofAnalyzedBasePair
.final class
Immutable implementation ofQuantifiedBasePair
.class
A base pair which is classified and quantified with numerical parameters.Methods in pl.poznan.put.structure that return ClassifiedBasePairModifier and TypeMethodDescriptionfinal ClassifiedBasePair
AnalyzedBasePair.invert()
ClassifiedBasePair.invert()
QuantifiedBasePair.invert()
Methods in pl.poznan.put.structure that return types with arguments of type ClassifiedBasePairModifier and TypeMethodDescriptionstatic Collection<ClassifiedBasePair>
CanonicalStructureExtractor.basePairs
(ResidueCollection residueCollection) Methods in pl.poznan.put.structure with parameters of type ClassifiedBasePairModifier and TypeMethodDescriptiondefault int
ClassifiedBasePair.compareTo
(ClassifiedBasePair t) ImmutableAnalyzedBasePair.Builder.from
(ClassifiedBasePair instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.ClassifiedBasePair
instance.ImmutableQuantifiedBasePair.Builder.from
(ClassifiedBasePair instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.ClassifiedBasePair
instance. -
Uses of ClassifiedBasePair in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return types with arguments of type ClassifiedBasePairModifier and TypeMethodDescriptionCollection<? extends ClassifiedBasePair>
ImmutableMultiLineDotBracket.basePairs()
abstract Collection<? extends ClassifiedBasePair>
MultiLineDotBracket.basePairs()
protected Collection<ClassifiedBasePair>
ImmutableMultiLineDotBracket.basePairs5to3()
protected Collection<ClassifiedBasePair>
MultiLineDotBracket.basePairs5to3()
Method parameters in pl.poznan.put.structure.formats with type arguments of type ClassifiedBasePairModifier and TypeMethodDescriptionImmutableMultiLineDotBracket.Builder.basePairs
(Collection<? extends ClassifiedBasePair> basePairs) Initializes the value for thebasePairs
attribute.final List<DotBracketFromPdb>
CombinedStrandFromPdb.combineStrands
(List<ClassifiedBasePair> unused) final List<DotBracketFromPdb>
DefaultDotBracketFromPdb.combineStrands
(List<ClassifiedBasePair> nonCanonical) DotBracketFromPdb.combineStrands
(List<ClassifiedBasePair> nonCanonical) Combines strands which are connected via canonical or non-canonical base pairs.static BpSeq
BpSeq.fromBasePairs
(List<PdbNamedResidueIdentifier> residues, Collection<? extends ClassifiedBasePair> basePairs) Creates an instance of BPSEQ from a list of residue identifiers and a list of base pairs.static ImmutableMultiLineDotBracket
ImmutableMultiLineDotBracket.of
(String sequence, Collection<? extends ClassifiedBasePair> basePairs) Construct a new immutableMultiLineDotBracket
instance.ImmutableMultiLineDotBracket.withBasePairs
(Collection<? extends ClassifiedBasePair> value) Copy the current immutable object by setting a value for thebasePairs
attribute.