public class CAConverter
extends java.lang.Object
Constructor | Description |
---|---|
CAConverter() |
Modifier and Type | Method | Description |
---|---|---|
static java.util.List<Chain> |
getCAOnly(java.util.List<Chain> chains) |
Deprecated.
Use the more generic
getRepresentativeAtomsOnly(List) instead |
static Chain |
getCAOnly(Chain chain) |
Deprecated.
Use the more generic
getRepresentativeAtomsOnly(Chain) instead |
static java.util.List<Chain> |
getRepresentativeAtomsOnly(java.util.List<Chain> chains) |
Convert a List of chain objects to another List of chains, containing Representative atoms only.
|
static Chain |
getRepresentativeAtomsOnly(Chain chain) |
Convert a Chain to a new Chain containing C-alpha atoms only.
|
@Deprecated public static java.util.List<Chain> getCAOnly(java.util.List<Chain> chains)
getRepresentativeAtomsOnly(List)
insteadchains
- list of chainspublic static java.util.List<Chain> getRepresentativeAtomsOnly(java.util.List<Chain> chains)
chains
- list of chains@Deprecated public static Chain getCAOnly(Chain chain)
getRepresentativeAtomsOnly(Chain)
insteadchain
- to convert