Uses of Class
org.biojava.nbio.structure.secstruc.SecStrucInfo
-
Packages that use SecStrucInfo Package Description org.biojava.nbio.structure.secstruc -
-
Uses of SecStrucInfo in org.biojava.nbio.structure.secstruc
Subclasses of SecStrucInfo in org.biojava.nbio.structure.secstruc Modifier and Type Class Description class
SecStrucState
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 SecStrucInfo Modifier and Type Method Description static 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 SecStrucInfo Modifier and Type Method Description static void
SecStrucTools. assignSecStruc(Structure s, List<SecStrucInfo> listSSI)
-