| Package | Description |
|---|---|
| org.biojava.nbio.structure.cluster | |
| org.biojava.nbio.structure.symmetry.core |
| Modifier and Type | Method and Description |
|---|---|
static List<SubunitCluster> |
SubunitClusterer.cluster(List<Subunit> subunits,
SubunitClustererParameters params) |
static List<SubunitCluster> |
SubunitClusterer.cluster(Structure structure,
SubunitClustererParameters params) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SubunitCluster.isIdenticalTo(SubunitCluster other)
Tells whether the other SubunitCluster contains exactly the same Subunit.
|
boolean |
SubunitCluster.mergeIdentical(SubunitCluster other)
Merges the other SubunitCluster into this one if it contains exactly the
same Subunit.
|
boolean |
SubunitCluster.mergeSequence(SubunitCluster other,
double minSeqid,
double minCoverage)
Merges the other SubunitCluster into this one if their representatives
sequences are similar (higher sequence identity and coverage than the
thresholds).
|
boolean |
SubunitCluster.mergeStructure(SubunitCluster other,
double maxRmsd,
double minCoverage)
Merges the other SubunitCluster into this one if their representative
Atoms are structurally similar (lower RMSD and higher coverage than the
thresholds).
|
| Modifier and Type | Method and Description |
|---|---|
static QuatSymmetryResults |
QuatSymmetryDetector.calcGlobalSymmetry(List<SubunitCluster> clusters,
QuatSymmetryParameters symmParams)
Calculate GLOBAL symmetry results.
|
static List<QuatSymmetryResults> |
QuatSymmetryDetector.calcLocalSymmetries(List<SubunitCluster> clusters,
QuatSymmetryParameters symmParams)
Returns a List of LOCAL symmetry results.
|
| Constructor and Description |
|---|
Subunits(List<SubunitCluster> clusters)
Converts the List of
SubunitCluster to a Subunit object. |
Copyright © 2000–2016 BioJava. All rights reserved.