Class SubunitClusterer
- java.lang.Object
 - 
- org.biojava.nbio.structure.cluster.SubunitClusterer
 
 
- 
public class SubunitClusterer extends Object
The SubunitClusterer takes as input a collection ofSubunitand 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 Stoichiometrycluster(List<Subunit> subunits, SubunitClustererParameters params)static Stoichiometrycluster(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)
 
 - 
 
 -