public class CAConverter
extends java.lang.Object
| Constructor and Description |
|---|
CAConverter() |
| Modifier and Type | Method and Description |
|---|---|
static Chain |
getCAOnly(Chain chain)
Convert a Chain to a new Chain containing C-alpha atoms only.
|
static java.util.List<Chain> |
getCAOnly(java.util.List<Chain> chains)
Convert a List of chain objects to another List of chains, containing C-alpha atoms only.
|