public class GetRepresentatives
extends java.lang.Object
Representatives.| Constructor | Description |
|---|---|
GetRepresentatives() |
| 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.
|
public static java.util.SortedSet<StructureName> getRepresentatives(int sequenceIdentity)
sequenceIdentity - sequence identity thresholdpublic static java.util.SortedSet<java.lang.String> getAll()