Class GetRepresentatives


  • public class GetRepresentatives
    extends Object
    TODO Move this to Representatives.
    • 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
      • getAll

        public static SortedSet<String> getAll()
        Returns the current list of all PDB IDs.
        Returns:
        PdbChainKey set of all PDB IDs.