| Package | Description |
|---|---|
| org.biojava.nbio.structure.align.client |
This package deals with the server communication for auto-downloading pre-calculated alignments.
|
| org.biojava.nbio.structure.align.util | |
| org.biojava.nbio.structure.scop |
Parsers and API for SCOP, Structural Classification of Proteins.
|
| org.biojava.nbio.structure.scop.server |
| Modifier and Type | Method and Description |
|---|---|
static ScopDomain |
StructureName.guessScopDomain(java.lang.String name,
ScopDatabase scopDB)
Guess a scop domain.
|
| Modifier and Type | Method and Description |
|---|---|
Structure |
AtomCache.getStructureForDomain(ScopDomain domain)
Returns the representation of a
ScopDomain as a BioJava Structure object. |
Structure |
AtomCache.getStructureForDomain(ScopDomain domain,
ScopDatabase scopDatabase)
Returns the representation of a
ScopDomain as a BioJava Structure object. |
Structure |
AtomCache.getStructureForDomain(ScopDomain domain,
ScopDatabase scopDatabase,
boolean strictLigandHandling)
Returns the representation of a
ScopDomain as a BioJava Structure object. |
| Modifier and Type | Method and Description |
|---|---|
ScopDomain |
RemoteScopInstallation.getDomainByScopID(java.lang.String scopId) |
ScopDomain |
ScopDatabase.getDomainByScopID(java.lang.String scopId)
get a ScopDomain by its SCOP ID (warning, they are not stable between releases!)
|
ScopDomain |
ScopInstallation.getDomainByScopID(java.lang.String scopId) |
ScopDomain |
CachedRemoteScopInstallation.getDomainByScopID(java.lang.String scopId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ScopDomain> |
RemoteScopInstallation.filterByDomainName(java.lang.String query) |
java.util.List<ScopDomain> |
ScopDatabase.filterByDomainName(java.lang.String query)
search through SCOP and filter based on domain name
|
java.util.List<ScopDomain> |
ScopInstallation.filterByDomainName(java.lang.String query) |
java.util.List<ScopDomain> |
CachedRemoteScopInstallation.filterByDomainName(java.lang.String query) |
java.util.List<ScopDomain> |
RemoteScopInstallation.getDomainsForPDB(java.lang.String pdbId) |
java.util.List<ScopDomain> |
ScopDatabase.getDomainsForPDB(java.lang.String pdbId)
Get a list of ScopDomains that have been assigned to a PDB ID
|
java.util.List<ScopDomain> |
ScopInstallation.getDomainsForPDB(java.lang.String pdbId) |
java.util.List<ScopDomain> |
CachedRemoteScopInstallation.getDomainsForPDB(java.lang.String pdbId) |
java.util.List<ScopDomain> |
RemoteScopInstallation.getScopDomainsBySunid(java.lang.Integer sunid) |
java.util.List<ScopDomain> |
ScopDatabase.getScopDomainsBySunid(java.lang.Integer sunid)
Get a SCOP domain by its sunid
|
java.util.List<ScopDomain> |
ScopInstallation.getScopDomainsBySunid(java.lang.Integer sunid) |
java.util.List<ScopDomain> |
CachedRemoteScopInstallation.getScopDomainsBySunid(java.lang.Integer sunid) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ScopNode> |
RemoteScopInstallation.getTree(ScopDomain domain) |
java.util.List<ScopNode> |
ScopDatabase.getTree(ScopDomain domain)
get the SCOP sub-tree for a particular domain.
|
java.util.List<ScopNode> |
ScopInstallation.getTree(ScopDomain domain) |
java.util.List<ScopNode> |
CachedRemoteScopInstallation.getTree(ScopDomain domain) |
| Modifier and Type | Method and Description |
|---|---|
static ScopDomain |
XMLUtil.getScopDomainFromXML(java.lang.String xml) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ScopDomain> |
ScopDomains.getScopDomain() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
XMLUtil.getScopDomainXML(ScopDomain domain) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
XMLUtil.getScopDomainsXML(java.util.List<ScopDomain> domains) |
void |
ScopDomains.setScopDomain(java.util.List<ScopDomain> domains) |
Copyright © 2000-2020 BioJava. All Rights Reserved.