public class GetRepresentatives extends Object
Representatives
.Constructor and Description |
---|
GetRepresentatives() |
Modifier and Type | Method and 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.
|
public GetRepresentatives()
public static SortedSet<StructureName> getRepresentatives(int sequenceIdentity)
sequenceIdentity
- sequence identity thresholdCopyright © 2000–2019 BioJava. All rights reserved.