public class SecStrucTools extends Object
Structure
s.Constructor and Description |
---|
SecStrucTools() |
Modifier and Type | Method and Description |
---|---|
static void |
assignSecStruc(Structure s,
List<SecStrucInfo> listSSI) |
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 void assignSecStruc(Structure s, List<SecStrucInfo> listSSI)
public static List<SecStrucElement> getSecStrucElements(Structure s)
s
- Structure with SS assignmentspublic static List<SecStrucElement> getSecStrucElements(List<Group> groups)
groups
- Structure with SS assignmentsCopyright © 2000–2019 BioJava. All rights reserved.