public class SecStrucTools
extends java.lang.Object
Structure
s.Constructor and Description |
---|
SecStrucTools() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<SecStrucElement> |
getSecStrucElements(java.util.List<Group> groups)
Obtain the List of secondary structure elements (SecStrucElement) of a
List of Groups (assumed to be sequential, this is, connected in the
original Structure).
|
static java.util.List<SecStrucElement> |
getSecStrucElements(Structure s)
Obtain the List of secondary structure elements (SecStrucElement) of a
Structure.
|
static java.util.List<SecStrucInfo> |
getSecStrucInfo(Structure s)
Obtain the List of secondary structure information (SecStrucInfo) of a
Structure.
|
public static java.util.List<SecStrucInfo> getSecStrucInfo(Structure s)
s
- Structure with SS assignmentspublic static java.util.List<SecStrucElement> getSecStrucElements(Structure s)
s
- Structure with SS assignmentspublic static java.util.List<SecStrucElement> getSecStrucElements(java.util.List<Group> groups)
groups
- Structure with SS assignments