public interface ScopDatabase
LocalScopDatabase
Modifier and Type | Method and Description |
---|---|
List<ScopDescription> |
filterByClassificationId(String query)
Get all scop descriptions that start with a classification ID, e.g. b.1.18
|
List<ScopDescription> |
filterByDescription(String query)
Get all scop descriptions that start with a certain name. e.g.
|
List<ScopDomain> |
filterByDomainName(String query)
search through SCOP and filter based on domain name
|
List<ScopDescription> |
getByCategory(ScopCategory category)
Get all records of a particular classification.
|
List<String> |
getComments(int sunid)
Get comments about a SCOP domain by its sunid
|
ScopDomain |
getDomainByScopID(String scopId)
get a ScopDomain by its SCOP ID (warning, they are not stable between releases!)
|
List<ScopDomain> |
getDomainsForPDB(String pdbId)
Get a list of ScopDomains that have been assigned to a PDB ID
|
ScopDescription |
getScopDescriptionBySunid(int sunid)
Return the SCOP description for a node in the hierarchy by its "sunid" id.
|
List<ScopDomain> |
getScopDomainsBySunid(Integer sunid)
Get a SCOP domain by its sunid
|
ScopNode |
getScopNode(int sunid)
Access a particular ScopNode.
|
String |
getScopVersion()
Returns the SCOP version
|
List<ScopNode> |
getTree(ScopDomain domain)
get the SCOP sub-tree for a particular domain.
|
void |
setScopVersion(String version)
Sets the scop version used.
|
List<ScopDescription> getByCategory(ScopCategory category)
category
- e.g. "superfamily"List<ScopDescription> filterByClassificationId(String query)
query
- List<ScopNode> getTree(ScopDomain domain)
domain
- List<ScopDomain> filterByDomainName(String query)
query
- a (part) of a nameList<ScopDescription> filterByDescription(String query)
query
- ScopDescription getScopDescriptionBySunid(int sunid)
sunid
- List<ScopDomain> getDomainsForPDB(String pdbId)
pdbId
- the PDB entryScopDomain getDomainByScopID(String scopId)
scopId
- e.g. d2bq6a1ScopNode getScopNode(int sunid)
sunid
- the scop unique idString getScopVersion()
void setScopVersion(String version)
version
- UnsupportedOperationException
- If the version cannot be changedList<ScopDomain> getScopDomainsBySunid(Integer sunid)
sunid
- the scop unique idList<String> getComments(int sunid)
sunid
- Copyright © 2000–2019 BioJava. All rights reserved.