Uses of Class
org.biojava.nbio.structure.scop.ScopDomain
-
Packages that use ScopDomain 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 -
-
Uses of ScopDomain in org.biojava.nbio.structure.align.client
Methods in org.biojava.nbio.structure.align.client that return ScopDomain Modifier and Type Method Description static ScopDomainStructureName. guessScopDomain(String name, ScopDatabase scopDB)Guess a scop domain. -
Uses of ScopDomain in org.biojava.nbio.structure.align.util
Methods in org.biojava.nbio.structure.align.util with parameters of type ScopDomain Modifier and Type Method Description StructureAtomCache. getStructureForDomain(ScopDomain domain)Returns the representation of aScopDomainas a BioJavaStructureobject.StructureAtomCache. getStructureForDomain(ScopDomain domain, ScopDatabase scopDatabase)Returns the representation of aScopDomainas a BioJavaStructureobject.StructureAtomCache. getStructureForDomain(ScopDomain domain, ScopDatabase scopDatabase, boolean strictLigandHandling)Returns the representation of aScopDomainas a BioJavaStructureobject. -
Uses of ScopDomain in org.biojava.nbio.structure.scop
Methods in org.biojava.nbio.structure.scop that return ScopDomain Modifier and Type Method Description ScopDomainCachedRemoteScopInstallation. getDomainByScopID(String scopId)ScopDomainRemoteScopInstallation. getDomainByScopID(String scopId)ScopDomainScopDatabase. getDomainByScopID(String scopId)get a ScopDomain by its SCOP ID (warning, they are not stable between releases!)ScopDomainScopInstallation. getDomainByScopID(String scopId)Methods in org.biojava.nbio.structure.scop that return types with arguments of type ScopDomain Modifier and Type Method Description List<ScopDomain>CachedRemoteScopInstallation. filterByDomainName(String query)List<ScopDomain>RemoteScopInstallation. filterByDomainName(String query)List<ScopDomain>ScopDatabase. filterByDomainName(String query)search through SCOP and filter based on domain nameList<ScopDomain>ScopInstallation. filterByDomainName(String query)List<ScopDomain>CachedRemoteScopInstallation. getDomainsForPDB(String pdbId)List<ScopDomain>RemoteScopInstallation. getDomainsForPDB(String pdbId)List<ScopDomain>ScopDatabase. getDomainsForPDB(String pdbId)Get a list of ScopDomains that have been assigned to a PDB IDList<ScopDomain>ScopInstallation. getDomainsForPDB(String pdbId)List<ScopDomain>CachedRemoteScopInstallation. getScopDomainsBySunid(Integer sunid)List<ScopDomain>RemoteScopInstallation. getScopDomainsBySunid(Integer sunid)List<ScopDomain>ScopDatabase. getScopDomainsBySunid(Integer sunid)Get a SCOP domain by its sunidList<ScopDomain>ScopInstallation. getScopDomainsBySunid(Integer sunid)Methods in org.biojava.nbio.structure.scop with parameters of type ScopDomain Modifier and Type Method Description List<ScopNode>CachedRemoteScopInstallation. getTree(ScopDomain domain)List<ScopNode>RemoteScopInstallation. getTree(ScopDomain domain)List<ScopNode>ScopDatabase. getTree(ScopDomain domain)get the SCOP sub-tree for a particular domain.List<ScopNode>ScopInstallation. getTree(ScopDomain domain) -
Uses of ScopDomain in org.biojava.nbio.structure.scop.server
Methods in org.biojava.nbio.structure.scop.server that return ScopDomain Modifier and Type Method Description static ScopDomainXMLUtil. getScopDomainFromXML(String xml)Methods in org.biojava.nbio.structure.scop.server that return types with arguments of type ScopDomain Modifier and Type Method Description List<ScopDomain>ScopDomains. getScopDomain()Methods in org.biojava.nbio.structure.scop.server with parameters of type ScopDomain Modifier and Type Method Description static StringXMLUtil. getScopDomainXML(ScopDomain domain)Method parameters in org.biojava.nbio.structure.scop.server with type arguments of type ScopDomain Modifier and Type Method Description static StringXMLUtil. getScopDomainsXML(List<ScopDomain> domains)voidScopDomains. setScopDomain(List<ScopDomain> domains)
-