Package org.biojava.nbio.structure.rcsb
Class GetRepresentatives
- java.lang.Object
-
- org.biojava.nbio.structure.rcsb.GetRepresentatives
-
public class GetRepresentatives extends java.lang.Object
TODO Move this toRepresentatives
.
-
-
Constructor Summary
Constructors Constructor Description GetRepresentatives()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.SortedSet<java.lang.String>
getAll()
Returns the current list of all PDB IDs.static java.util.SortedSet<StructureName>
getRepresentatives(int sequenceIdentity)
Returns a representative set of PDB protein chains at the specified sequence identity cutoff.
-
-
-
Method Detail
-
getRepresentatives
public static java.util.SortedSet<StructureName> getRepresentatives(int sequenceIdentity)
Returns a representative set of PDB protein chains at the specified sequence identity cutoff. See http://www.pdb.org/pdb/statistics/clusterStatistics.do for more information.- Parameters:
sequenceIdentity
- sequence identity threshold- Returns:
- PdbChainKey set of representatives
-
getAll
public static java.util.SortedSet<java.lang.String> getAll()
Returns the current list of all PDB IDs.- Returns:
- PdbChainKey set of all PDB IDs.
-
-