public class CAConverter extends Object
| Constructor and Description |
|---|
CAConverter() |
| Modifier and Type | Method and Description |
|---|---|
static Chain |
getRepresentativeAtomsOnly(Chain chain)
Convert a Chain to a new Chain containing C-alpha atoms only.
|
static List<Chain> |
getRepresentativeAtomsOnly(List<Chain> chains)
Convert a List of chain objects to another List of chains, containing Representative atoms only.
|
public CAConverter()
public static List<Chain> getRepresentativeAtomsOnly(List<Chain> chains)
chains - list of chainspublic static Chain getRepresentativeAtomsOnly(Chain chain)
chain - to convertCopyright © 2000–2019 BioJava. All rights reserved.