Uses of Class
org.biojava.nbio.structure.secstruc.SecStrucInfo
Packages that use SecStrucInfo
-
Uses of SecStrucInfo in org.biojava.nbio.structure.secstruc
Subclasses of SecStrucInfo in org.biojava.nbio.structure.secstrucModifier and TypeClassDescriptionclass
This class extends the basic container for secondary structure annotation, including all the information used in the DSSP algorithm.Methods in org.biojava.nbio.structure.secstruc that return types with arguments of type SecStrucInfoModifier and TypeMethodDescriptionstatic List
<SecStrucInfo> SecStrucTools.getSecStrucInfo
(Structure s) Obtain the List of secondary structure information (SecStrucInfo) of a Structure.Method parameters in org.biojava.nbio.structure.secstruc with type arguments of type SecStrucInfoModifier and TypeMethodDescriptionstatic void
SecStrucTools.assignSecStruc
(Structure s, List<SecStrucInfo> listSSI)