Class ClusterProteinChains
java.lang.Object
org.biojava.nbio.structure.symmetry.core.ClusterProteinChains
Clusters the chains of one or two structures by sequence.
- 
Constructor Summary
ConstructorsConstructorDescriptionClusterProteinChains(Structure structure1, Structure structure2, QuatSymmetryParameters parameters) ClusterProteinChains(Structure structure, QuatSymmetryParameters parameters)  - 
Method Summary
Modifier and TypeMethodDescriptionintintgetSequenceAlignmentClusters(double sequenceIdentityThreshold) Get a non-redundent set of clusters for a given sequence cutoff 
- 
Constructor Details
- 
ClusterProteinChains
 - 
ClusterProteinChains
public ClusterProteinChains(Structure structure1, Structure structure2, QuatSymmetryParameters parameters)  
 - 
 - 
Method Details
- 
getSequenceAlignmentClusters
public List<SequenceAlignmentCluster> getSequenceAlignmentClusters(double sequenceIdentityThreshold) Get a non-redundent set of clusters for a given sequence cutoff- Parameters:
 sequenceIdentityThreshold-- Returns:
 
 - 
getProteinChainCount
public int getProteinChainCount()- Returns:
 - the proteinChainCount
 
 - 
getNucleicAcidChainCount
public int getNucleicAcidChainCount()- Returns:
 - the nucleicAcidChainCount
 
 
 -