Uses of Class
org.biojava.nbio.structure.cluster.Subunit
Package
Description
-
Uses of Subunit in org.biojava.nbio.structure.align.quaternary
Modifier 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.Modifier and TypeMethodDescriptionstatic QsAlignResult
QsAlign.align
(List<Subunit> s1, List<Subunit> s2, SubunitClustererParameters cParams, QsAlignParameters aParams) -
Uses of Subunit in org.biojava.nbio.structure.cluster
Modifier 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.Modifier and TypeMethodDescriptionstatic Stoichiometry
SubunitClusterer.cluster
(List<Subunit> subunits, SubunitClustererParameters params) ModifierConstructorDescriptionSubunitCluster
(Subunit subunit) A constructor from a single Subunit. -
Uses of Subunit in org.biojava.nbio.structure.symmetry.core
Modifier and TypeMethodDescriptionQuatSymmetryResults.getSubunits()
Returns the List of Subunits used to calculate symmetry.Modifier 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.