Uses of Class
org.biojava.nbio.structure.cluster.SubunitClustererParameters
Package
Description
-
Uses of SubunitClustererParameters in org.biojava.nbio.structure.align.quaternary
Modifier and TypeMethodDescriptionstatic QsAlignResult
QsAlign.align
(List<Subunit> s1, List<Subunit> s2, SubunitClustererParameters cParams, QsAlignParameters aParams) static QsAlignResult
QsAlign.align
(Structure s1, Structure s2, SubunitClustererParameters cParams, QsAlignParameters aParams) -
Uses of SubunitClustererParameters in org.biojava.nbio.structure.cluster
Modifier and TypeMethodDescriptionstatic Stoichiometry
SubunitClusterer.cluster
(List<Subunit> subunits, SubunitClustererParameters params) static Stoichiometry
SubunitClusterer.cluster
(Structure structure, SubunitClustererParameters params) boolean
SubunitCluster.divideInternally
(SubunitClustererParameters clusterParams) Analyze the internal symmetry of the SubunitCluster and divide itsSubunit
into the internal repeats (domains) if they are internally symmetric.boolean
SubunitCluster.mergeSequence
(SubunitCluster other, SubunitClustererParameters params) Merges the other SubunitCluster into this one if their representatives sequences are similar (according to the criteria in params).boolean
SubunitCluster.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).boolean
SubunitCluster.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
Modifier and TypeMethodDescriptionstatic QuatSymmetryResults
QuatSymmetryDetector.calcGlobalSymmetry
(List<Subunit> subunits, QuatSymmetryParameters symmParams, SubunitClustererParameters clusterParams) Calculate GLOBAL symmetry results.static QuatSymmetryResults
QuatSymmetryDetector.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.