Package | Description |
---|---|
org.biojava.nbio.structure.align.quaternary | |
org.biojava.nbio.structure.cluster | |
org.biojava.nbio.structure.symmetry.core |
Modifier and Type | Method and Description |
---|---|
List<Subunit> |
QsAlignResult.getAlignedSubunits1()
Return the aligned subunits of the first Subunit group, in the alignment
order.
|
List<Subunit> |
QsAlignResult.getAlignedSubunits2()
Return the aligned subunits of the second Subunit group, in the alignment
order.
|
List<Subunit> |
QsAlignResult.getSubunits1()
Original Subunits of the first group.
|
List<Subunit> |
QsAlignResult.getSubunits2()
Original Subunits of the second group.
|
Modifier and Type | Method and Description |
---|---|
static QsAlignResult |
QsAlign.align(List<Subunit> s1,
List<Subunit> s2,
SubunitClustererParameters cParams,
QsAlignParameters aParams) |
static QsAlignResult |
QsAlign.align(List<Subunit> s1,
List<Subunit> s2,
SubunitClustererParameters cParams,
QsAlignParameters aParams) |
Constructor and Description |
---|
QsAlignResult(List<Subunit> subunits1,
List<Subunit> subunits2)
The Constructor of the result takes the same inputs as the
QsAlign algorithm. |
QsAlignResult(List<Subunit> subunits1,
List<Subunit> subunits2)
The Constructor of the result takes the same inputs as the
QsAlign algorithm. |
Modifier and Type | Method and Description |
---|---|
static List<Subunit> |
SubunitExtractor.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.
|
List<Subunit> |
SubunitCluster.getSubunits()
Subunits contained in the SubunitCluster.
|
Modifier and Type | Method and Description |
---|---|
static Stoichiometry |
SubunitClusterer.cluster(List<Subunit> subunits,
SubunitClustererParameters params) |
Constructor and Description |
---|
SubunitCluster(Subunit subunit)
A constructor from a single Subunit.
|
Modifier and Type | Method and Description |
---|---|
List<Subunit> |
QuatSymmetryResults.getSubunits()
Returns the List of Subunits used to calculate symmetry.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Copyright © 2000–2019 BioJava. All rights reserved.