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