Uses of Class
org.biojava.nbio.structure.cluster.Subunit
Packages that use Subunit
Package
Description
-
Uses of Subunit in org.biojava.nbio.structure.align.quaternary
Methods in org.biojava.nbio.structure.align.quaternary that return types with arguments of type SubunitModifier and TypeMethodDescriptionQsAlignResult.getAlignedSubunits1()
Return the aligned subunits of the first Subunit group, in the alignment order.QsAlignResult.getAlignedSubunits2()
Return the aligned subunits of the second Subunit group, in the alignment order.QsAlignResult.getSubunits1()
Original Subunits of the first group.QsAlignResult.getSubunits2()
Original Subunits of the second group.Method parameters in org.biojava.nbio.structure.align.quaternary with type arguments of type SubunitModifier and TypeMethodDescriptionstatic QsAlignResult
QsAlign.align
(List<Subunit> s1, List<Subunit> s2, SubunitClustererParameters cParams, QsAlignParameters aParams) Constructor parameters in org.biojava.nbio.structure.align.quaternary with type arguments of type Subunit -
Uses of Subunit in org.biojava.nbio.structure.cluster
Methods in org.biojava.nbio.structure.cluster that return types with arguments of type SubunitModifier and TypeMethodDescriptionSubunitExtractor.extractSubunits
(Structure structure, int absMinLen, double fraction, int minLen) Extract the information of each protein Chain in a Structure and converts them into a List of Subunit.SubunitCluster.getSubunits()
Subunits contained in the SubunitCluster.Method parameters in org.biojava.nbio.structure.cluster with type arguments of type SubunitModifier and TypeMethodDescriptionstatic Stoichiometry
SubunitClusterer.cluster
(List<Subunit> subunits, SubunitClustererParameters params) Constructors in org.biojava.nbio.structure.cluster with parameters of type SubunitModifierConstructorDescriptionSubunitCluster
(Subunit subunit) A constructor from a single Subunit.Constructor parameters in org.biojava.nbio.structure.cluster with type arguments of type Subunit -
Uses of Subunit in org.biojava.nbio.structure.symmetry.core
Methods in org.biojava.nbio.structure.symmetry.core that return types with arguments of type SubunitModifier and TypeMethodDescriptionQuatSymmetryResults.getSubunits()
Returns the List of Subunits used to calculate symmetry.Method parameters in org.biojava.nbio.structure.symmetry.core with type arguments of type SubunitModifier and TypeMethodDescriptionstatic QuatSymmetryResults
QuatSymmetryDetector.calcGlobalSymmetry
(List<Subunit> subunits, 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.