public class SecStrucTools extends Object
Structures.| Constructor and Description |
|---|
SecStrucTools() |
| Modifier and Type | Method and Description |
|---|---|
static List<SecStrucElement> |
getSecStrucElements(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 List<SecStrucElement> |
getSecStrucElements(Structure s)
Obtain the List of secondary structure elements (SecStrucElement) of a
Structure.
|
static List<SecStrucInfo> |
getSecStrucInfo(Structure s)
Obtain the List of secondary structure information (SecStrucInfo) of a
Structure.
|
public SecStrucTools()
public static List<SecStrucInfo> getSecStrucInfo(Structure s)
s - Structure with SS assignmentspublic static List<SecStrucElement> getSecStrucElements(Structure s)
s - Structure with SS assignmentspublic static List<SecStrucElement> getSecStrucElements(List<Group> groups)
groups - Structure with SS assignmentsCopyright © 2000–2017 BioJava. All rights reserved.