Uses of Class
org.biojava.nbio.structure.contact.StructureInterfaceCluster
-
Packages that use StructureInterfaceCluster Package Description org.biojava.nbio.structure.contact -
-
Uses of StructureInterfaceCluster in org.biojava.nbio.structure.contact
Methods in org.biojava.nbio.structure.contact that return StructureInterfaceCluster Modifier and Type Method Description StructureInterfaceCluster
StructureInterface. getCluster()
Methods in org.biojava.nbio.structure.contact that return types with arguments of type StructureInterfaceCluster Modifier and Type Method 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 Jaccard contact set scores to measure the similarity of interfaces.List<StructureInterfaceCluster>
StructureInterfaceList. getClustersNcs()
Get the interface clusters for this StructureInterfaceList grouped by NCS-equivalence.Methods in org.biojava.nbio.structure.contact with parameters of type StructureInterfaceCluster Modifier and Type Method Description void
StructureInterface. setCluster(StructureInterfaceCluster cluster)
-