Package | Description |
---|---|
org.biojava.nbio.structure.contact |
Modifier and Type | Method and Description |
---|---|
StructureInterfaceCluster |
StructureInterface.getCluster() |
Modifier and Type | Method and Description |
---|---|
List<StructureInterfaceCluster> |
StructureInterfaceList.getClusters()
Calculate the interface clusters for this StructureInterfaceList
using a contact overlap score to measure the similarity of interfaces.
|
List<StructureInterfaceCluster> |
StructureInterfaceList.getClusters(double contactOverlapScoreClusterCutoff)
Calculate the interface clusters for this StructureInterfaceList
using a contact overlap score to measure the similarity of interfaces.
|
List<StructureInterfaceCluster> |
StructureInterfaceList.getClustersNcs()
Get the interface clusters for this StructureInterfaceList grouped by NCS-equivalence.
|
Modifier and Type | Method and Description |
---|---|
void |
StructureInterface.setCluster(StructureInterfaceCluster cluster) |
Copyright © 2000–2019 BioJava. All rights reserved.