Uses of Interface
pl.poznan.put.pdb.analysis.PdbModel
Packages that use PdbModel
Package
Description
Contains classes which work on data from PDB or mmCIF files.
-
Uses of PdbModel in pl.poznan.put.pdb.analysis
Subinterfaces of PdbModel in pl.poznan.put.pdb.analysisClasses in pl.poznan.put.pdb.analysis that implement PdbModelModifier and TypeClassDescriptionclass
A structure which detects residues from atoms alone and then chains from residues.class
A default implementation of a structure parsed from an mmCIF file.class
A default implementation of a structure parsed from a PDB file.final class
Immutable implementation ofDefaultCifModel
.final class
Immutable implementation ofDefaultPdbModel
.Methods in pl.poznan.put.pdb.analysis that return PdbModelModifier and TypeMethodDescriptionDefaultPdbModel.filteredNewInstance
(MoleculeType moleculeType) PdbModel.filteredNewInstance
(MoleculeType moleculeType) Filters out residues of a given molecule type (RNA or protein) and creates a new instance of this class.static PdbModel
DefaultPdbModel.of
(Iterable<PdbAtomLine> atoms) Creates an instance of this class with just a list of atoms and all other fields set to default values or empty.Methods in pl.poznan.put.pdb.analysis that return types with arguments of type PdbModelModifier and TypeMethodDescriptionParses a string in PDB format.Methods in pl.poznan.put.pdb.analysis with parameters of type PdbModelModifier and TypeMethodDescriptionFill a builder with attribute values from the providedpl.poznan.put.pdb.analysis.PdbModel
instance.Fill a builder with attribute values from the providedpl.poznan.put.pdb.analysis.PdbModel
instance. -
Uses of PdbModel in pl.poznan.put.rna
Methods in pl.poznan.put.rna that return PdbModelModifier and TypeMethodDescriptionstatic PdbModel
ChainReorderer.reorderAtoms
(PdbModel model) Finds canonical base pairs (seeCanonicalStructureExtractor.basePairs(ResidueCollection)
) and reorders chains to keep connected ones together while minimizing the overall pseudoknot order.static 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.Methods in pl.poznan.put.rna with parameters of type PdbModelModifier and TypeMethodDescriptionstatic PdbModel
ChainReorderer.reorderAtoms
(PdbModel model) Finds canonical base pairs (seeCanonicalStructureExtractor.basePairs(ResidueCollection)
) and reorders chains to keep connected ones together while minimizing the overall pseudoknot order.static 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 PdbModel in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return PdbModelModifier and TypeMethodDescriptionabstract PdbModel
DefaultDotBracketFromPdb.model()
ImmutableDefaultDotBracketFromPdb.model()
Methods in pl.poznan.put.structure.formats with parameters of type PdbModelModifier and TypeMethodDescriptionstatic Ct
Ct.fromBpSeqAndPdbModel
(BpSeq bpSeq, PdbModel model) Converts RNA secondary structure in BPSEQ format to CT format, taking into account information from 3D coordinates (residue numbering, chain sizes).Initializes the value for themodel
attribute.Construct a new immutableDefaultDotBracketFromPdb
instance.Copy the current immutable object by setting a value for themodel
attribute.