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 TypeClassDescriptionclassA structure which detects residues from atoms alone and then chains from residues.classA default implementation of a structure parsed from an mmCIF file.classA default implementation of a structure parsed from a PDB file.final classImmutable implementation ofDefaultCifModel.final classImmutable 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 PdbModelDefaultPdbModel.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.PdbModelinstance.Fill a builder with attribute values from the providedpl.poznan.put.pdb.analysis.PdbModelinstance. -
Uses of PdbModel in pl.poznan.put.rna
Methods in pl.poznan.put.rna that return PdbModelModifier and TypeMethodDescriptionstatic PdbModelChainReorderer.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 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.Methods in pl.poznan.put.rna with parameters of type PdbModelModifier and TypeMethodDescriptionstatic PdbModelChainReorderer.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 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 PdbModel in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return PdbModelModifier and TypeMethodDescriptionabstract PdbModelDefaultDotBracketFromPdb.model()ImmutableDefaultDotBracketFromPdb.model()Methods in pl.poznan.put.structure.formats with parameters of type PdbModelModifier and TypeMethodDescriptionstatic CtCt.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 themodelattribute.Construct a new immutableDefaultDotBracketFromPdbinstance.Copy the current immutable object by setting a value for themodelattribute.