org.biojava.bio.structure.io
public class CAConverter extends 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 List<Chain> |
getCAOnly(List<Chain> chains)
Convert a List of chain objects to another List of chains, containing C-alpha atoms only.
|