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
IOExceptionEcodDomain getDomainsById(String ecodId) throws IOException
ecodId - IOExceptionList<EcodDomain> getDomainsForPdb(String pdbId) throws IOException
pdbId - IOExceptionList<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)IOExceptionList<EcodDomain> getAllDomains() throws IOException
IOExceptionCopyright © 2000–2017 BioJava. All rights reserved.