Uses of Interface
pl.poznan.put.pdb.analysis.ResidueCollection
-
Packages that use ResidueCollection Package Description pl.poznan.put.pdb.analysis Contains classes which work on data from PDB or mmCIF files.pl.poznan.put.structure 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.analysis Modifier and Type Interface Description interfaceCifModelA structure parsed from an mmCIF file.interfacePdbModelA structure parsed from a PDB file.interfaceSingleTypedResidueCollectionA collection of residues with a common molecule type (RNA or protein).Classes in pl.poznan.put.pdb.analysis that implement ResidueCollection 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.classDefaultResidueCollectionA container for a list of residues.classImmutableDefaultCifModelImmutable implementation ofDefaultCifModel.classImmutableDefaultPdbModelImmutable implementation ofDefaultPdbModel.classImmutableDefaultResidueCollectionImmutable implementation ofDefaultResidueCollection.classImmutablePdbChainImmutable implementation ofPdbChain.classImmutablePdbCompactFragmentImmutable implementation ofPdbCompactFragment.classPdbChainA chain in a structure.classPdbCompactFragmentA collection of residues such that (i, i+1) are connected.Methods in pl.poznan.put.pdb.analysis that return ResidueCollection Modifier and Type Method Description default 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 ResidueCollection Modifier and Type Method Description ImmutableDefaultResidueCollection.BuilderImmutableDefaultResidueCollection.Builder. from(ResidueCollection instance)Fill a builder with attribute values from the providedpl.poznan.put.pdb.analysis.ResidueCollectioninstance.ImmutablePdbChain.BuilderImmutablePdbChain.Builder. from(ResidueCollection instance)Fill a builder with attribute values from the providedpl.poznan.put.pdb.analysis.ResidueCollectioninstance.ImmutablePdbCompactFragment.BuilderImmutablePdbCompactFragment.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 ResidueCollection Modifier and Type Method Description static 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.
-