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 TypeInterfaceDescriptioninterface
A structure parsed from an mmCIF file.interface
A structure parsed from a PDB file.interface
A collection of residues with a common molecule type (RNA or protein).Classes in pl.poznan.put.pdb.analysis that implement ResidueCollectionModifier 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.class
A container for a list of residues.final class
Immutable implementation ofDefaultCifModel
.final class
Immutable implementation ofDefaultPdbModel
.final class
Immutable implementation ofDefaultResidueCollection
.final class
Immutable implementation ofPdbChain
.final class
Immutable implementation ofPdbCompactFragment
.class
A chain in a structure.class
A collection of residues such that (i, i+1) are connected.Methods in pl.poznan.put.pdb.analysis that return ResidueCollectionModifier and TypeMethodDescriptiondefault ResidueCollection
ResidueCollection.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.ResidueCollection
instance.ImmutablePdbChain.Builder.from
(ResidueCollection instance) Fill a builder with attribute values from the providedpl.poznan.put.pdb.analysis.ResidueCollection
instance.ImmutablePdbCompactFragment.Builder.from
(ResidueCollection instance) Fill a builder with attribute values from the providedpl.poznan.put.pdb.analysis.ResidueCollection
instance. -
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 BpSeq
CanonicalStructureExtractor.bpSeq
(ResidueCollection residueCollection) Extracts the canonical secondary structure from the 3D data and outputs it in BPSEQ format.