Uses of Interface
pl.poznan.put.pdb.analysis.PdbResidue
-
Packages that use PdbResidue Package Description pl.poznan.put.pdb Contains classes responsible for PDB/mmCIF data modelling and analysis.pl.poznan.put.pdb.analysis Contains classes which work on data from PDB or mmCIF files.pl.poznan.put.rna pl.poznan.put.structure Package contains classes useful in describing secondary structure (base pairs, helices, etc.)pl.poznan.put.torsion Contains classes dealing with torsion angles handling. -
-
Uses of PdbResidue in pl.poznan.put.pdb
Methods in pl.poznan.put.pdb that return PdbResidue Modifier and Type Method Description PdbResiduePdbRemark465Line. toResidue()Creates an instance ofDefaultPdbResiduemarked as missing and without atoms. -
Uses of PdbResidue in pl.poznan.put.pdb.analysis
Classes in pl.poznan.put.pdb.analysis that implement PdbResidue Modifier and Type Class Description classDefaultPdbResidueA default implementation of a residue (nucleotide or amino acid).classImmutableDefaultPdbResidueImmutable implementation ofDefaultPdbResidue.Methods in pl.poznan.put.pdb.analysis that return PdbResidue Modifier and Type Method Description default PdbResidueResidueCollection. findResidue(ChainNumberICode query)Finds a residue by a triplet (chain, number, icode).static PdbResidueDefaultPdbResidue. fromBioJavaGroup(org.biojava.nbio.structure.Group group)Creates an instance of this class from Group object defined in BioJava.Methods in pl.poznan.put.pdb.analysis that return types with arguments of type PdbResidue Modifier and Type Method Description List<PdbResidue>AbstractPdbModel. residues()Groups together atoms from the same residue and repeat that for every residue.List<PdbResidue>DefaultCifModel. residues()List<PdbResidue>DefaultPdbModel. residues()abstract List<PdbResidue>DefaultResidueCollection. residues()List<PdbResidue>ImmutableDefaultCifModel. residues()Groups together atoms from the same residue and repeat that for every residue.List<PdbResidue>ImmutableDefaultPdbModel. residues()Groups together atoms from the same residue and repeat that for every residue.List<PdbResidue>ImmutableDefaultResidueCollection. residues()List<PdbResidue>ImmutablePdbChain. residues()List<PdbResidue>ImmutablePdbCompactFragment. residues()abstract List<PdbResidue>PdbChain. residues()abstract List<PdbResidue>PdbCompactFragment. residues()List<PdbResidue>ResidueCollection. residues()Methods in pl.poznan.put.pdb.analysis with parameters of type PdbResidue Modifier and Type Method Description ImmutableDefaultResidueCollection.BuilderImmutableDefaultResidueCollection.Builder. addResidues(PdbResidue element)Adds one element toresidueslist.ImmutableDefaultResidueCollection.BuilderImmutableDefaultResidueCollection.Builder. addResidues(PdbResidue... elements)Adds elements toresidueslist.ImmutablePdbChain.BuilderImmutablePdbChain.Builder. addResidues(PdbResidue element)Adds one element toresidueslist.ImmutablePdbChain.BuilderImmutablePdbChain.Builder. addResidues(PdbResidue... elements)Adds elements toresidueslist.ImmutablePdbCompactFragment.BuilderImmutablePdbCompactFragment.Builder. addResidues(PdbResidue element)Adds one element toresidueslist.ImmutablePdbCompactFragment.BuilderImmutablePdbCompactFragment.Builder. addResidues(PdbResidue... elements)Adds elements toresidueslist.booleanMoleculeType. areConnected(PdbResidue r1, PdbResidue r2)Checks if two residues are connected.ImmutableDefaultPdbResidue.BuilderImmutableDefaultPdbResidue.Builder. from(PdbResidue instance)Fill a builder with attribute values from the providedpl.poznan.put.pdb.analysis.PdbResidueinstance.default booleanPdbResidue. isConnectedTo(PdbResidue other)Checks if this residue is connected with another one (seeMoleculeType.areConnected(PdbResidue, PdbResidue)).ImmutableDefaultResidueCollectionImmutableDefaultResidueCollection. withResidues(PdbResidue... elements)Copy the current immutable object with elements that replace the content ofresidues.ImmutablePdbChainImmutablePdbChain. withResidues(PdbResidue... elements)Copy the current immutable object with elements that replace the content ofresidues.ImmutablePdbCompactFragmentImmutablePdbCompactFragment. withResidues(PdbResidue... elements)Copy the current immutable object with elements that replace the content ofresidues.Method parameters in pl.poznan.put.pdb.analysis with type arguments of type PdbResidue Modifier and Type Method Description ImmutableDefaultResidueCollection.BuilderImmutableDefaultResidueCollection.Builder. addAllResidues(Iterable<? extends PdbResidue> elements)Adds elements toresidueslist.ImmutablePdbChain.BuilderImmutablePdbChain.Builder. addAllResidues(Iterable<? extends PdbResidue> elements)Adds elements toresidueslist.ImmutablePdbCompactFragment.BuilderImmutablePdbCompactFragment.Builder. addAllResidues(Iterable<? extends PdbResidue> elements)Adds elements toresidueslist.static ResidueTorsionAnglesResidueTorsionAngles. calculate(List<PdbResidue> residues, int index)Calculates all torsion angles' values in the given residue.static ImmutableDefaultResidueCollectionImmutableDefaultResidueCollection. of(Iterable<? extends PdbResidue> residues)Construct a new immutableDefaultResidueCollectioninstance.static ImmutableDefaultResidueCollectionImmutableDefaultResidueCollection. of(List<PdbResidue> residues)Construct a new immutableDefaultResidueCollectioninstance.static ImmutablePdbChainImmutablePdbChain. of(String identifier, Iterable<? extends PdbResidue> residues)Construct a new immutablePdbChaininstance.static ImmutablePdbChainImmutablePdbChain. of(String identifier, List<PdbResidue> residues)Construct a new immutablePdbChaininstance.static ImmutablePdbCompactFragmentImmutablePdbCompactFragment. of(Iterable<? extends PdbResidue> residues)Construct a new immutablePdbCompactFragmentinstance.static ImmutablePdbCompactFragmentImmutablePdbCompactFragment. of(List<PdbResidue> residues)Construct a new immutablePdbCompactFragmentinstance.ImmutableDefaultResidueCollection.BuilderImmutableDefaultResidueCollection.Builder. residues(Iterable<? extends PdbResidue> elements)Sets or replaces all elements forresidueslist.ImmutablePdbChain.BuilderImmutablePdbChain.Builder. residues(Iterable<? extends PdbResidue> elements)Sets or replaces all elements forresidueslist.ImmutablePdbCompactFragment.BuilderImmutablePdbCompactFragment.Builder. residues(Iterable<? extends PdbResidue> elements)Sets or replaces all elements forresidueslist.ImmutableDefaultResidueCollectionImmutableDefaultResidueCollection. withResidues(Iterable<? extends PdbResidue> elements)Copy the current immutable object with elements that replace the content ofresidues.ImmutablePdbChainImmutablePdbChain. withResidues(Iterable<? extends PdbResidue> elements)Copy the current immutable object with elements that replace the content ofresidues.ImmutablePdbCompactFragmentImmutablePdbCompactFragment. withResidues(Iterable<? extends PdbResidue> elements)Copy the current immutable object with elements that replace the content ofresidues. -
Uses of PdbResidue in pl.poznan.put.rna
Methods in pl.poznan.put.rna with parameters of type PdbResidue Modifier and Type Method Description default org.apache.commons.math3.geometry.euclidean.threed.Vector3DNucleobase. edgeVector(PdbResidue residue, NucleobaseEdge edge)static StandardReferenceFrameStandardReferenceFrame. ofResidue(PdbResidue residue)Method parameters in pl.poznan.put.rna with type arguments of type PdbResidue Modifier and Type Method Description TorsionAngleValuePseudophasePuckerType. calculate(List<PdbResidue> residues, int currentIndex)Calculates the value of pseudophase pucker according to the formula in Saenger's "Principles of ...". -
Uses of PdbResidue in pl.poznan.put.structure
Methods in pl.poznan.put.structure with parameters of type PdbResidue Modifier and Type Method Description static booleanBasePair. isCanonicalPair(PdbResidue left, PdbResidue right)Checks if two residues are canonical base pairs by means of (1) distance between atoms which form hydrogen bonds and (2) checking if two bases face each other. -
Uses of PdbResidue in pl.poznan.put.torsion
Method parameters in pl.poznan.put.torsion with type arguments of type PdbResidue Modifier and Type Method Description default TorsionAngleValueAtomBasedTorsionAngleType. calculate(List<PdbResidue> residues, int currentIndex)Calculates the value of this torsion angle (seeAngle.torsionAngle(Vector3D, Vector3D, Vector3D, Vector3D)).TorsionAngleValueAverageTorsionAngleType. calculate(List<PdbResidue> residues, int currentIndex)Calculates the average torsion angle value by calculating basic angle values and creating anAngleSampleout of them to get the mean direction.TorsionAngleValueTorsionAngleType. calculate(List<PdbResidue> residues, int currentIndex)Calculates the value of this torsion angle.default List<AtomPair>AtomBasedTorsionAngleType. findAtomPairs(List<PdbResidue> residues, int currentIndex)AppliesresidueRule()on the given list of residues to find three pairs of atoms: (a1, a2), (a2, a3), (a3, a4).
-