public class SubunitClusterUtils extends Object
SubunitCluster, the output of the SubunitClusterer.| Modifier and Type | Method and Description |
|---|---|
static String |
getStoichiometryString(List<SubunitCluster> clusters)
Return a canonical String representation of the stoichiometry of a group
of Subunits.
|
static boolean |
isPseudoStoichiometric(List<SubunitCluster> clusters)
A pseudostoichiometric
SubunitCluster was obtained using the
SubunitClustererMethod.STRUCTURE similarity. |
public static String getStoichiometryString(List<SubunitCluster> clusters)
This method only uses alphabetic charaters for Subunit ids. For stoichiometries with a large number of entities, ? will be used when all alphabetic characters are used.
clusters - List of Subunit clusterspublic static boolean isPseudoStoichiometric(List<SubunitCluster> clusters)
SubunitCluster was obtained using the
SubunitClustererMethod.STRUCTURE similarity.clusters - Copyright © 2000–2017 BioJava. All rights reserved.