public interface CathDatabase
Modifier and Type | Method and Description |
---|---|
List<CathDomain> |
filterByCathCode(String query)
Return list of CATH descriptions whose CATH codes (e.g. 1.4.6.10) start with the query.
|
List<CathDomain> |
filterByDescription(String query)
Return list of CATH descriptions whose descriptions (name field) starts with the query.
|
List<CathDomain> |
filterByNodeName(String query)
Return list of CATH domains whose node name (e.g.
|
List<CathDomain> |
getByCategory(CathCategory category)
Return list of CATH descriptions for node representatives at a CATH category (e.g.
|
CathNode |
getCathNode(String nodeId)
Return the CathNode for a node ID.
|
String |
getCathVersion()
Return the CATH release version.
|
CathDomain |
getDescriptionByCathId(String cathId)
Return CATH description for CATH domain ID.
|
CathDomain |
getDescriptionByNodeId(String nodeId)
Return CATH description for node representative by node ID.
|
CathDomain |
getDomainByCathId(String cathId)
Return CATH domain for CATH domain ID.
|
List<CathDomain> |
getDomainsByNodeId(String nodeId)
Return all CATH domains for a particular CATH node.
|
List<CathDomain> |
getDomainsForPdb(String pdbId)
Return all CATH domains for a PDB ID.
|
List<CathFragment> |
getFragmentsByPdbId(String pdbId) |
List<CathNode> |
getTree(CathDomain domain)
Return the CATH sub-tree for a particular domain.
|
String getCathVersion()
CathNode getCathNode(String nodeId)
nodeId
- List<CathDomain> getByCategory(CathCategory category)
category
- List<CathDomain> filterByCathCode(String query)
query
- List<CathNode> getTree(CathDomain domain)
domain
- List<CathDomain> filterByNodeName(String query)
query
- List<CathDomain> filterByDescription(String query)
query
- CathDomain getDescriptionByNodeId(String nodeId)
nodeId
- List<CathDomain> getDomainsForPdb(String pdbId)
pdbId
- CathDomain getDomainByCathId(String cathId)
cathId
- CathDomain getDescriptionByCathId(String cathId)
cathId
- List<CathDomain> getDomainsByNodeId(String nodeId)
nodeId
- List<CathFragment> getFragmentsByPdbId(String pdbId)
Copyright © 2000–2019 BioJava. All rights reserved.