Package org.biojava.nbio.structure.rcsb
Class GetRepresentatives
- java.lang.Object
 - 
- org.biojava.nbio.structure.rcsb.GetRepresentatives
 
 
- 
public class GetRepresentatives extends 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 SortedSet<String>getAll()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 Detail
- 
GetRepresentatives
public GetRepresentatives()
 
 - 
 
- 
Method Detail
- 
getRepresentatives
public static 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
 
 
 - 
 
 -