Uses of Class
org.biojava.nbio.structure.scop.ScopDomain
Package
Description
This package deals with the server communication for auto-downloading pre-calculated alignments.
Parsers and API for SCOP, Structural Classification of Proteins.
-
Uses of ScopDomain in org.biojava.nbio.structure.align.client
Modifier and TypeMethodDescriptionstatic ScopDomain
StructureName.guessScopDomain
(String name, ScopDatabase scopDB) Guess a scop domain. -
Uses of ScopDomain in org.biojava.nbio.structure.align.util
Modifier and TypeMethodDescriptionAtomCache.getStructureForDomain
(ScopDomain domain) Returns the representation of aScopDomain
as a BioJavaStructure
object.AtomCache.getStructureForDomain
(ScopDomain domain, ScopDatabase scopDatabase) Returns the representation of aScopDomain
as a BioJavaStructure
object.AtomCache.getStructureForDomain
(ScopDomain domain, ScopDatabase scopDatabase, boolean strictLigandHandling) Returns the representation of aScopDomain
as a BioJavaStructure
object. -
Uses of ScopDomain in org.biojava.nbio.structure.scop
Modifier and TypeMethodDescriptionScopDatabase.getDomainByScopID
(String scopId) get a ScopDomain by its SCOP ID (warning, they are not stable between releases!)ScopInstallation.getDomainByScopID
(String scopId) Modifier and TypeMethodDescriptionScopDatabase.filterByDomainName
(String query) search through SCOP and filter based on domain nameScopInstallation.filterByDomainName
(String query) ScopDatabase.getDomainsForPDB
(String pdbId) Get a list of ScopDomains that have been assigned to a PDB IDScopInstallation.getDomainsForPDB
(String pdbId) ScopDatabase.getScopDomainsBySunid
(Integer sunid) Get a SCOP domain by its sunidScopInstallation.getScopDomainsBySunid
(Integer sunid) Modifier and TypeMethodDescriptionScopDatabase.getTree
(ScopDomain domain) get the SCOP sub-tree for a particular domain.ScopInstallation.getTree
(ScopDomain domain)