Package | Description |
---|---|
org.biojava.nbio.structure.ecod |
Modifier and Type | Method and Description |
---|---|
EcodDomain |
EcodInstallation.getDomainsById(String ecodId)
Get a particular ECOD domain by the domain ID (e.g.
|
EcodDomain |
EcodDatabase.getDomainsById(String ecodId)
Get a particular ECOD domain by the domain ID (e.g.
|
Modifier and Type | Method and Description |
---|---|
List<EcodDomain> |
EcodInstallation.filterByHierarchy(String hierarchy)
Get a list of domains within a particular level of the hierarchy
|
List<EcodDomain> |
EcodDatabase.filterByHierarchy(String hierarchy)
Get a list of domains within a particular level of the hierarchy
|
List<EcodDomain> |
EcodInstallation.getAllDomains()
Get all ECOD domains
|
List<EcodDomain> |
EcodDatabase.getAllDomains()
Get all ECOD domains
|
List<EcodDomain> |
EcodInstallation.EcodParser.getDomains() |
List<EcodDomain> |
EcodInstallation.getDomainsForPdb(String pdbId)
public EcodInstallation(String cacheLocation) {
this( cacheLocation, DEFAULT_VERSION );
}
/**
Get a list of all ECOD domains for a particular PDB ID
|
List<EcodDomain> |
EcodDatabase.getDomainsForPdb(String pdbId)
Get a list of all ECOD domains for a particular PDB ID
|
Constructor and Description |
---|
EcodDomain(EcodDomain o) |
Copyright © 2000–2019 BioJava. All rights reserved.