Uses of Interface
pl.poznan.put.pdb.analysis.ResidueCollection
Packages that use ResidueCollection
Package
Description
Contains classes which work on data from PDB or mmCIF files.
Package contains classes useful in describing secondary structure (base pairs, helices, etc.)
-
Uses of ResidueCollection in pl.poznan.put.pdb.analysis
Subinterfaces of ResidueCollection in pl.poznan.put.pdb.analysisModifier and TypeInterfaceDescriptioninterfaceA structure parsed from an mmCIF file.interfaceA structure parsed from a PDB file.interfaceA collection of residues with a common molecule type (RNA or protein).Classes in pl.poznan.put.pdb.analysis that implement ResidueCollectionModifier 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.classA container for a list of residues.final classImmutable implementation ofDefaultCifModel.final classImmutable implementation ofDefaultPdbModel.final classImmutable implementation ofDefaultResidueCollection.final classImmutable implementation ofPdbChain.final classImmutable implementation ofPdbCompactFragment.classA chain in a structure.classA collection of residues such that (i, i+1) are connected.Methods in pl.poznan.put.pdb.analysis that return ResidueCollectionModifier and TypeMethodDescriptiondefault ResidueCollectionResidueCollection.withoutAlternateLocations()Creates a new instance of this class in which atoms with alternate locations are present only once.Methods in pl.poznan.put.pdb.analysis with parameters of type ResidueCollectionModifier and TypeMethodDescriptionResidueCollection.CifBuilder.add(ResidueCollection residueCollection) Add a residue collection to be serialized into mmCIF format.ResidueCollection.CifBuilder.add(ResidueCollection residueCollection, String name) Add a residue collection to be serialized into mmCIF format.ResidueCollection.CifBuilder.add(ResidueCollection residueCollection, String name, String description) Add a residue collection to be serialized into mmCIF format.ResidueCollection.CifBuilder.add(ResidueCollection residueCollection, String name, String description, int modelNumber) Add a residue collection to be serialized into mmCIF format.ResidueCollection.PdbBuilder.add(ResidueCollection residueCollection) Add a new residue collection to the builder.ResidueCollection.PdbBuilder.add(ResidueCollection residueCollection, String name) Add a new named residue collection to the builder.ImmutableDefaultResidueCollection.Builder.from(ResidueCollection instance) Fill a builder with attribute values from the providedpl.poznan.put.pdb.analysis.ResidueCollectioninstance.ImmutablePdbChain.Builder.from(ResidueCollection instance) Fill a builder with attribute values from the providedpl.poznan.put.pdb.analysis.ResidueCollectioninstance.ImmutablePdbCompactFragment.Builder.from(ResidueCollection instance) Fill a builder with attribute values from the providedpl.poznan.put.pdb.analysis.ResidueCollectioninstance. -
Uses of ResidueCollection in pl.poznan.put.structure
Methods in pl.poznan.put.structure with parameters of type ResidueCollectionModifier and TypeMethodDescriptionstatic Collection<ClassifiedBasePair>CanonicalStructureExtractor.basePairs(ResidueCollection residueCollection) static BpSeqCanonicalStructureExtractor.bpSeq(ResidueCollection residueCollection) Extracts the canonical secondary structure from the 3D data and outputs it in BPSEQ format.