public interface EcodDatabase
Modifier and Type | Method and Description |
---|---|
List<EcodDomain> |
filterByHierarchy(String hierarchy)
Get a list of domains within a particular level of the hierarchy
|
List<EcodDomain> |
getAllDomains()
Get all ECOD domains
|
EcodDomain |
getDomainsById(String ecodId)
Get a particular ECOD domain by the domain ID (e.g.
|
List<EcodDomain> |
getDomainsForPdb(String pdbId)
Get a list of all ECOD domains for a particular PDB ID
|
String |
getVersion()
Return the release version.
|
String getVersion() throws IOException
IOException
EcodDomain getDomainsById(String ecodId) throws IOException
ecodId
- IOException
List<EcodDomain> getDomainsForPdb(String pdbId) throws IOException
pdbId
- IOException
List<EcodDomain> filterByHierarchy(String hierarchy) throws IOException
hierarchy
- A dot-separated list giving the X-group, H-group, and/or
T-group (e.g. "1.1" for all members of the RIFT-related H-group)IOException
List<EcodDomain> getAllDomains() throws IOException
IOException
Copyright © 2000–2019 BioJava. All rights reserved.