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 PdbModelChainReorderer.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 TypeClassDescriptionclassA pair of residues with metadata taken from analysis tool.final classImmutable implementation ofAnalyzedBasePair.final classImmutable implementation ofQuantifiedBasePair.classA base pair which is classified and quantified with numerical parameters.Methods in pl.poznan.put.structure that return ClassifiedBasePairModifier and TypeMethodDescriptionfinal ClassifiedBasePairAnalyzedBasePair.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 intClassifiedBasePair.compareTo(ClassifiedBasePair t) ImmutableAnalyzedBasePair.Builder.from(ClassifiedBasePair instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.ClassifiedBasePairinstance.ImmutableQuantifiedBasePair.Builder.from(ClassifiedBasePair instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.ClassifiedBasePairinstance. -
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 thebasePairsattribute.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 BpSeqBpSeq.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 ImmutableMultiLineDotBracketImmutableMultiLineDotBracket.of(String sequence, Collection<? extends ClassifiedBasePair> basePairs) Construct a new immutableMultiLineDotBracketinstance.ImmutableMultiLineDotBracket.withBasePairs(Collection<? extends ClassifiedBasePair> value) Copy the current immutable object by setting a value for thebasePairsattribute.