Class SubunitClusterer
- java.lang.Object
-
- org.biojava.nbio.structure.cluster.SubunitClusterer
-
public class SubunitClusterer extends Object
The SubunitClusterer takes as input a collection ofSubunit
and returns a collection ofSubunitCluster
.- Since:
- 5.0.0
- Author:
- Aleix Lafita
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stoichiometry
cluster(List<Subunit> subunits, SubunitClustererParameters params)
static Stoichiometry
cluster(Structure structure, SubunitClustererParameters params)
-
-
-
Method Detail
-
cluster
public static Stoichiometry cluster(Structure structure, SubunitClustererParameters params)
-
cluster
public static Stoichiometry cluster(List<Subunit> subunits, SubunitClustererParameters params)
-
-