Uses of Class
org.biojava.nbio.structure.scop.ScopNode
-
Packages that use ScopNode Package Description org.biojava.nbio.structure.scop Parsers and API for SCOP, Structural Classification of Proteins. -
-
Uses of ScopNode in org.biojava.nbio.structure.scop
Methods in org.biojava.nbio.structure.scop that return ScopNode Modifier and Type Method Description ScopNode
ScopDatabase. getScopNode(int sunid)
Access a particular ScopNode.ScopNode
ScopInstallation. getScopNode(int sunid)
Methods in org.biojava.nbio.structure.scop that return types with arguments of type ScopNode Modifier and Type Method Description List<ScopNode>
ScopDatabase. getTree(ScopDomain domain)
get the SCOP sub-tree for a particular domain.List<ScopNode>
ScopInstallation. getTree(ScopDomain domain)
-