Uses of Class
org.biojava.nbio.structure.cluster.SubunitClustererParameters
-
Packages that use SubunitClustererParameters Package Description org.biojava.nbio.structure.align.quaternary org.biojava.nbio.structure.cluster org.biojava.nbio.structure.symmetry.core -
-
Uses of SubunitClustererParameters in org.biojava.nbio.structure.align.quaternary
Methods in org.biojava.nbio.structure.align.quaternary with parameters of type SubunitClustererParameters Modifier and Type Method Description static 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 SubunitClustererParameters Modifier and Type Method Description static 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 SubunitClustererParameters Modifier and Type Method Description static 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.
-