Uses of Interface
pl.poznan.put.pdb.analysis.PdbModel
-
Packages that use PdbModel Package Description pl.poznan.put.pdb.analysis Contains classes which work on data from PDB or mmCIF files.pl.poznan.put.rna pl.poznan.put.structure.formats -
-
Uses of PdbModel in pl.poznan.put.pdb.analysis
Subinterfaces of PdbModel in pl.poznan.put.pdb.analysis Modifier and Type Interface Description interfaceCifModelA structure parsed from an mmCIF file.Classes in pl.poznan.put.pdb.analysis that implement PdbModel Modifier and Type Class Description classAbstractPdbModelA structure which detects residues from atoms alone and then chains from residues.classDefaultCifModelA default implementation of a structure parsed from an mmCIF file.classDefaultPdbModelA default implementation of a structure parsed from a PDB file.classImmutableDefaultCifModelImmutable implementation ofDefaultCifModel.classImmutableDefaultPdbModelImmutable implementation ofDefaultPdbModel.Methods in pl.poznan.put.pdb.analysis that return PdbModel Modifier and Type Method Description PdbModelDefaultPdbModel. filteredNewInstance(MoleculeType moleculeType)PdbModelPdbModel. 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 PdbModel Modifier and Type Method Description List<PdbModel>PdbParser. parse(String structureContent)Parses a string in PDB format.Methods in pl.poznan.put.pdb.analysis with parameters of type PdbModel Modifier and Type Method Description ImmutableDefaultCifModel.BuilderImmutableDefaultCifModel.Builder. from(PdbModel instance)Fill a builder with attribute values from the providedpl.poznan.put.pdb.analysis.PdbModelinstance.ImmutableDefaultPdbModel.BuilderImmutableDefaultPdbModel.Builder. from(PdbModel instance)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 PdbModel Modifier and Type Method Description static 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 PdbModel Modifier and Type Method Description static 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 PdbModel Modifier and Type Method Description abstract PdbModelDefaultDotBracketFromPdb. model()PdbModelImmutableDefaultDotBracketFromPdb. model()Methods in pl.poznan.put.structure.formats with parameters of type PdbModel Modifier and Type Method Description static 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).static Ct.ExtendedEntryCt.ExtendedEntry. fromEntryAndPdbResidue(BpSeq.Entry entry, ChainNumberICode residue, PdbModel model)Converts a BPSEQ entry into an instance of this class using information from a parsed 3D data.ImmutableDefaultDotBracketFromPdb.BuilderImmutableDefaultDotBracketFromPdb.Builder. model(PdbModel model)Initializes the value for themodelattribute.static ImmutableDefaultDotBracketFromPdbImmutableDefaultDotBracketFromPdb. of(String sequence, String structure, PdbModel model)Construct a new immutableDefaultDotBracketFromPdbinstance.ImmutableDefaultDotBracketFromPdbImmutableDefaultDotBracketFromPdb. withModel(PdbModel value)Copy the current immutable object by setting a value for themodelattribute.
-