Uses of Class
org.biojava.nbio.structure.secstruc.SecStrucState
-
Uses of SecStrucState in org.biojava.nbio.structure.secstruc
Modifier and TypeMethodDescriptionPredicts the secondary structure of this Structure object, using a DSSP implementation.static List
<SecStrucState> Parse a DSSP output file and return the secondary structure annotation as a List ofSecStrucState
objects.static List
<SecStrucState> DSSPParser.parseInputStream
(InputStream dsspIs, Structure structure, boolean assign) Parse a DSSP output file and return the secondary structure annotation as a List ofSecStrucState
objects.static List
<SecStrucState> DSSPParser.parseString
(String dsspOut, Structure structure, boolean assign) Parse a DSSP format String and return the secondary structure annotation as a List ofSecStrucState
objects.