Package org.biojava.nbio.structure.rcsb
Class GetRepresentatives
java.lang.Object
org.biojava.nbio.structure.rcsb.GetRepresentatives
TODO Move this to
Representatives
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAll()
Returns the current list of all PDB IDs.static SortedSet<StructureName>
getRepresentatives
(int sequenceIdentity) Returns a representative set of PDB protein chains at the specified sequence identity cutoff.
-
Constructor Details
-
GetRepresentatives
public GetRepresentatives()
-
-
Method Details
-
getRepresentatives
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
Returns the current list of all PDB IDs.- Returns:
- PdbChainKey set of all PDB IDs.
-