Uses of Class
org.biojava.nbio.structure.cluster.SubunitClustererParameters
Packages that use SubunitClustererParameters
Package
Description
-
Uses of SubunitClustererParameters in org.biojava.nbio.structure.align.quaternary
Methods in org.biojava.nbio.structure.align.quaternary with parameters of type SubunitClustererParametersModifier and TypeMethodDescriptionstatic QsAlignResultQsAlign.align(List<Subunit> s1, List<Subunit> s2, SubunitClustererParameters cParams, QsAlignParameters aParams) static QsAlignResultQsAlign.align(Structure s1, Structure s2, SubunitClustererParameters cParams, QsAlignParameters aParams) -
Uses of SubunitClustererParameters in org.biojava.nbio.structure.cluster
Methods in org.biojava.nbio.structure.cluster with parameters of type SubunitClustererParametersModifier and TypeMethodDescriptionstatic StoichiometrySubunitClusterer.cluster(List<Subunit> subunits, SubunitClustererParameters params) static StoichiometrySubunitClusterer.cluster(Structure structure, SubunitClustererParameters params) booleanSubunitCluster.divideInternally(SubunitClustererParameters clusterParams) Analyze the internal symmetry of the SubunitCluster and divide itsSubunitinto the internal repeats (domains) if they are internally symmetric.booleanSubunitCluster.mergeSequence(SubunitCluster other, SubunitClustererParameters params) Merges the other SubunitCluster into this one if their representatives sequences are similar (according to the criteria in params).booleanSubunitCluster.mergeSequence(SubunitCluster other, SubunitClustererParameters params, Alignments.PairwiseSequenceAlignerType alignerType, GapPenalty gapPenalty, SubstitutionMatrix<AminoAcidCompound> subsMatrix) Merges the other SubunitCluster into this one if their representatives sequences are similar (according to the criteria in params).booleanSubunitCluster.mergeStructure(SubunitCluster other, SubunitClustererParameters params) Merges the other SubunitCluster into this one if their representative Atoms are structurally similar (according to the criteria in params). -
Uses of SubunitClustererParameters in org.biojava.nbio.structure.symmetry.core
Methods in org.biojava.nbio.structure.symmetry.core with parameters of type SubunitClustererParametersModifier and TypeMethodDescriptionstatic QuatSymmetryResultsQuatSymmetryDetector.calcGlobalSymmetry(List<Subunit> subunits, QuatSymmetryParameters symmParams, SubunitClustererParameters clusterParams) Calculate GLOBAL symmetry results.static QuatSymmetryResultsQuatSymmetryDetector.calcGlobalSymmetry(Structure structure, QuatSymmetryParameters symmParams, SubunitClustererParameters clusterParams) Calculate GLOBAL symmetry results.static List<QuatSymmetryResults> QuatSymmetryDetector.calcLocalSymmetries(List<Subunit> subunits, QuatSymmetryParameters symmParams, SubunitClustererParameters clusterParams) Returns a List of LOCAL symmetry results.static List<QuatSymmetryResults> QuatSymmetryDetector.calcLocalSymmetries(Structure structure, QuatSymmetryParameters symmParams, SubunitClustererParameters clusterParams) Returns a List of LOCAL symmetry results.